diff options
Diffstat (limited to 'fs/ubifs/debug.c')
-rw-r--r-- | fs/ubifs/debug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ubifs/debug.c b/fs/ubifs/debug.c index 177b0152fef4..d0bcf9290ea4 100644 --- a/fs/ubifs/debug.c +++ b/fs/ubifs/debug.c | |||
@@ -334,9 +334,9 @@ void ubifs_dump_node(const struct ubifs_info *c, const void *node) | |||
334 | pr_err("\tkey_fmt %d (%s)\n", | 334 | pr_err("\tkey_fmt %d (%s)\n", |
335 | (int)sup->key_fmt, get_key_fmt(sup->key_fmt)); | 335 | (int)sup->key_fmt, get_key_fmt(sup->key_fmt)); |
336 | pr_err("\tflags %#x\n", sup_flags); | 336 | pr_err("\tflags %#x\n", sup_flags); |
337 | pr_err("\t big_lpt %u\n", | 337 | pr_err("\tbig_lpt %u\n", |
338 | !!(sup_flags & UBIFS_FLG_BIGLPT)); | 338 | !!(sup_flags & UBIFS_FLG_BIGLPT)); |
339 | pr_err("\t space_fixup %u\n", | 339 | pr_err("\tspace_fixup %u\n", |
340 | !!(sup_flags & UBIFS_FLG_SPACE_FIXUP)); | 340 | !!(sup_flags & UBIFS_FLG_SPACE_FIXUP)); |
341 | pr_err("\tmin_io_size %u\n", le32_to_cpu(sup->min_io_size)); | 341 | pr_err("\tmin_io_size %u\n", le32_to_cpu(sup->min_io_size)); |
342 | pr_err("\tleb_size %u\n", le32_to_cpu(sup->leb_size)); | 342 | pr_err("\tleb_size %u\n", le32_to_cpu(sup->leb_size)); |