Re: [PATCH 7/7] block: remove the all_bdevs list
Looks good, Reviewed-by: Johannes Thumshirn
[PATCH 7/7] block: remove the all_bdevs list
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