Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d06e05c0 authored by Jan Kara's avatar Jan Kara Committed by Jens Axboe
Browse files

block: Unhash also block device inode for the whole device



Iteration over partitions in del_gendisk() omits part0. Add
bdev_unhash_inode() call for the whole device. Otherwise if the device
number gets reused, bdev inode will be still associated with the old
(stale) bdi.

Tested-by: default avatarLekshmi Pillai <lekshmicpillai@in.ibm.com>
Acked-by: default avatarTejun Heo <tj@kernel.org>
Signed-off-by: default avatarJan Kara <jack@suse.cz>
Signed-off-by: default avatarJens Axboe <axboe@fb.com>
parent 4b8c861a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -676,6 +676,7 @@ void del_gendisk(struct gendisk *disk)
	disk_part_iter_exit(&piter);

	invalidate_partition(disk, 0);
	bdev_unhash_inode(disk_devt(disk));
	set_capacity(disk, 0);
	disk->flags &= ~GENHD_FL_UP;