Re: [PATCH 7/7] block: remove the all_bdevs list

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

[PATCH 7/7] block: remove the all_bdevs list

2020-06-26 Thread Christoph Hellwig
Instead just iterate over the inodes for the block device superblock. Signed-off-by: Christoph Hellwig --- fs/block_dev.c| 22 +++--- include/linux/blk_types.h | 1 - 2 files changed, 7 insertions(+), 16 deletions(-) diff --git a/fs/block_dev.c b/fs/block_dev.c inde