[dm-devel] [PATCH 09/44] dm: remove the block_device reference in struct mapped_device

2020-11-26 Thread Christoph Hellwig
Get rid of the long-lasting struct block_device reference in struct mapped_device. The only remaining user is the freeze code, where we can trivially look up the block device at freeze time and release the reference at thaw time. Signed-off-by: Christoph Hellwig Acked-by: Mike Snitzer --- driv

Re: [dm-devel] [PATCH 09/44] dm: remove the block_device reference in struct mapped_device

2020-11-27 Thread Hannes Reinecke
On 11/26/20 2:03 PM, Christoph Hellwig wrote: Get rid of the long-lasting struct block_device reference in struct mapped_device. The only remaining user is the freeze code, where we can trivially look up the block device at freeze time and release the reference at thaw time. Signed-off-by: Chri