From: Luis de Bethencourt Date: Tue, 9 Aug 2016 21:20:23 +0000 (+0100) Subject: befs: dump inode_size superblock information X-Git-Tag: v4.9-rc1~1^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d1a8c70676c7e2cd4b80f494aed17b5813f2be44;p=thirdparty%2Fkernel%2Flinux.git befs: dump inode_size superblock information befs_dump_super_block() wasn't giving the inode_size information when dumping all elements of the superblock. Add this element to have complete information of the superblock. Signed-off-by: Luis de Bethencourt Signed-off-by: Salah Triki --- diff --git a/fs/befs/debug.c b/fs/befs/debug.c index 4de7cffcd6622..85c13392e9e89 100644 --- a/fs/befs/debug.c +++ b/fs/befs/debug.c @@ -169,6 +169,7 @@ befs_dump_super_block(const struct super_block *sb, befs_super_block * sup) befs_debug(sb, " num_blocks %llu", fs64_to_cpu(sb, sup->num_blocks)); befs_debug(sb, " used_blocks %llu", fs64_to_cpu(sb, sup->used_blocks)); + befs_debug(sb, " inode_size %u", fs32_to_cpu(sb, sup->inode_size)); befs_debug(sb, " magic2 %08x", fs32_to_cpu(sb, sup->magic2)); befs_debug(sb, " blocks_per_ag %u",