block: move more syncing and invalidation to delete_partition
authorChristoph Hellwig <hch@lst.de>
Tue, 6 Apr 2021 06:22:54 +0000 (08:22 +0200)
committerJens Axboe <axboe@kernel.dk>
Thu, 8 Apr 2021 16:24:36 +0000 (10:24 -0600)
commit473338be3aaea117a7133720305f240eb7f68951
tree254b617fa5e8fb02fc8264df93ed77733af50d82
parent45611837bb37e4544ca048e33d833483b06e3b03
block: move more syncing and invalidation to delete_partition

Move the calls to fsync_bdev and __invalidate_device from del_gendisk to
delete_partition.  For the other two callers that check that there are
no openers for the delete partitions(s) the callouts are a no-op as no
file system can be mounted, but this keeps all the cleanup in one
place.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20210406062303.811835-4-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/genhd.c
block/partitions/core.c