]> git.ipfire.org Git - thirdparty/linux.git/commit - include/linux/blkdev.h
block: add a ->free_disk method
authorChristoph Hellwig <hch@lst.de>
Tue, 15 Feb 2022 09:45:10 +0000 (10:45 +0100)
committerJens Axboe <axboe@kernel.dk>
Thu, 17 Feb 2022 02:44:24 +0000 (19:44 -0700)
commit76792055c4c8b2472ca1ae48e0ddaf8497529f08
treed46b30e52e66b4f27ccb9c06a9cedf3d83abf546
parent34841e6fb125aa3f0e33e4eaac9f5eb86b2bb34b
block: add a ->free_disk method

Add a method to notify the driver that the gendisk is about to be freed.
This allows drivers to tie the lifetime of their private data to that of
the gendisk and thus deal with device removal races without expensive
synchronization and boilerplate code.

A new flag is added so that ->free_disk is only called after a successful
call to add_disk, which significantly simplifies the error handling path
during probing.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20220215094514.3828912-2-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/genhd.c
include/linux/blkdev.h