Re: add a ->free_disk block_device_operation v3

2022-02-16 Thread Jens Axboe
On Tue, 15 Feb 2022 10:45:09 +0100, Christoph Hellwig wrote: > this series adds a ->free_disk method to struct block_device_operation so that > drivers can defer freeing their disk private data until the gendisk goes away > and don't need to play games with the validity of ->private_data. > >

add a ->free_disk block_device_operation v3

2022-02-15 Thread Christoph Hellwig
Hi Jens, this series adds a ->free_disk method to struct block_device_operation so that drivers can defer freeing their disk private data until the gendisk goes away and don't need to play games with the validity of ->private_data. This also converts three simple drivers over as example, but