block: fold bdev_unhash_inode into invalidate_partition
authorChristoph Hellwig <hch@lst.de>
Tue, 14 Apr 2020 07:29:02 +0000 (09:29 +0200)
committerJens Axboe <axboe@kernel.dk>
Mon, 20 Apr 2020 17:33:00 +0000 (11:33 -0600)
commit9bc5c397d8384b50c8202f4400bf2f87fe8291d9
tree2181eea4b9dcafc856d56d7b70e133ef8a353f4a
parent02d33b6771fcc63c98cb48cad0cd8b8fb033837a
block: fold bdev_unhash_inode into invalidate_partition

invalidate_partition and bdev_unhash_inode are always paired, and
invalidate_partition already does an icache lookup for the block device
inode.  Piggy back on that to remove the inode from the hash.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/genhd.c
fs/block_dev.c
include/linux/fs.h