aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/ubifs/super.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ubifs/super.c b/fs/ubifs/super.c
index 71a197f0f93d..d31928975cc8 100644
--- a/fs/ubifs/super.c
+++ b/fs/ubifs/super.c
@@ -1428,7 +1428,6 @@ static int mount_ubifs(struct ubifs_info *c)
1428 ubifs_msg("reserved for root: %llu bytes (%llu KiB)", 1428 ubifs_msg("reserved for root: %llu bytes (%llu KiB)",
1429 c->report_rp_size, c->report_rp_size >> 10); 1429 c->report_rp_size, c->report_rp_size >> 10);
1430 1430
1431 dbg_msg("compiled on: " __DATE__ " at " __TIME__);
1432 dbg_msg("min. I/O unit size: %d bytes", c->min_io_size); 1431 dbg_msg("min. I/O unit size: %d bytes", c->min_io_size);
1433 dbg_msg("max. write size: %d bytes", c->max_write_size); 1432 dbg_msg("max. write size: %d bytes", c->max_write_size);
1434 dbg_msg("LEB size: %d bytes (%d KiB)", 1433 dbg_msg("LEB size: %d bytes (%d KiB)",