Re: [dm-devel] [PATCH 28/29] reiserfs: use sb_bdev_nr_blocks

2021-10-13 Thread Jan Kara
On Wed 13-10-21 07:10:41, Christoph Hellwig wrote: > Use the sb_bdev_nr_blocks helper instead of open coding it. > > Signed-off-by: Christoph Hellwig Looks good. Feel free to add: Reviewed-by: Jan Kara Honza -- Jan Kara SUSE La

Re: [dm-devel] [PATCH 28/29] reiserfs: use sb_bdev_nr_blocks

2021-10-12 Thread Kees Cook
On Wed, Oct 13, 2021 at 07:10:41AM +0200, Christoph Hellwig wrote: > Use the sb_bdev_nr_blocks helper instead of open coding it. > > Signed-off-by: Christoph Hellwig Reviewed-by: Kees Cook -- Kees Cook -- dm-devel mailing list dm-devel@redhat.com https://listman.redhat.com/mailman/listinfo/d

[dm-devel] [PATCH 28/29] reiserfs: use sb_bdev_nr_blocks

2021-10-12 Thread Christoph Hellwig
Use the sb_bdev_nr_blocks helper instead of open coding it. Signed-off-by: Christoph Hellwig --- fs/reiserfs/super.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/fs/reiserfs/super.c b/fs/reiserfs/super.c index 6c9681e2809f0..b12baadb7e9bb 100644 --- a/fs/reiserfs/super.