Re: [PATCH 6/7] block: remove the unused bd_private field from struct block_device

2020-07-01 Thread Johannes Thumshirn
Looks good, Reviewed-by: Johannes Thumshirn

[PATCH 6/7] block: remove the unused bd_private field from struct block_device

2020-06-26 Thread Christoph Hellwig
Signed-off-by: Christoph Hellwig --- include/linux/blk_types.h | 7 --- 1 file changed, 7 deletions(-) diff --git a/include/linux/blk_types.h b/include/linux/blk_types.h index 667cd365fd048b..b5f7105806e492 100644 --- a/include/linux/blk_types.h +++ b/include/linux/blk_types.h @@ -41,13