summaryrefslogtreecommitdiff
path: root/drivers/memstick/core/ms_block.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2022-02-15 12:45:10 +0300
committerJens Axboe <axboe@kernel.dk>2022-02-17 05:44:24 +0300
commit76792055c4c8b2472ca1ae48e0ddaf8497529f08 (patch)
treed46b30e52e66b4f27ccb9c06a9cedf3d83abf546 /drivers/memstick/core/ms_block.c
parent34841e6fb125aa3f0e33e4eaac9f5eb86b2bb34b (diff)
downloadlinux-76792055c4c8b2472ca1ae48e0ddaf8497529f08.tar.xz
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>
Diffstat (limited to 'drivers/memstick/core/ms_block.c')
0 files changed, 0 insertions, 0 deletions