Re: [dm-devel] [PATCH 12/20] block: simplify the block device claiming interface

2020-11-19 Thread Jan Kara
On Wed 18-11-20 09:47:52, Christoph Hellwig wrote: > Stop passing the whole device as a separate argument given that it > can be trivially deducted. > > Signed-off-by: Christoph Hellwig The patch looks good to me. You can add: Reviewed-by: Jan Kara

[dm-devel] [PATCH 12/20] block: simplify the block device claiming interface

2020-11-18 Thread Christoph Hellwig
Stop passing the whole device as a separate argument given that it can be trivially deducted. Signed-off-by: Christoph Hellwig --- drivers/block/loop.c | 12 +++- fs/block_dev.c | 69 +++--- include/linux/blkdev.h | 6 ++-- 3 files changed, 38 i