diff options
Diffstat (limited to 'fs/ubifs/super.c')
-rw-r--r-- | fs/ubifs/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/super.c b/fs/ubifs/super.c index 7fd759dde796..046bf0879235 100644 --- a/fs/ubifs/super.c +++ b/fs/ubifs/super.c | |||
@@ -1217,7 +1217,7 @@ static int mount_ubifs(struct ubifs_info *c) | |||
1217 | ubifs_msg("media format: %d (latest is %d)", | 1217 | ubifs_msg("media format: %d (latest is %d)", |
1218 | c->fmt_version, UBIFS_FORMAT_VERSION); | 1218 | c->fmt_version, UBIFS_FORMAT_VERSION); |
1219 | ubifs_msg("default compressor: %s", ubifs_compr_name(c->default_compr)); | 1219 | ubifs_msg("default compressor: %s", ubifs_compr_name(c->default_compr)); |
1220 | ubifs_msg("reserved pool size: %llu bytes (%llu KiB)", | 1220 | ubifs_msg("reserved for root: %llu bytes (%llu KiB)", |
1221 | c->report_rp_size, c->report_rp_size >> 10); | 1221 | c->report_rp_size, c->report_rp_size >> 10); |
1222 | 1222 | ||
1223 | dbg_msg("compiled on: " __DATE__ " at " __TIME__); | 1223 | dbg_msg("compiled on: " __DATE__ " at " __TIME__); |