UBIFS: amend printk
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Fri, 17 Oct 2008 15:49:23 +0000 (18:49 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Sun, 19 Oct 2008 10:01:30 +0000 (13:01 +0300)
It is better to print "Reserved for root" than
"Reserved pool size", because it is more obvious for users
what this means.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
fs/ubifs/super.c

index 7fd759d..046bf08 100644 (file)
@@ -1217,7 +1217,7 @@ static int mount_ubifs(struct ubifs_info *c)
        ubifs_msg("media format:       %d (latest is %d)",
                  c->fmt_version, UBIFS_FORMAT_VERSION);
        ubifs_msg("default compressor: %s", ubifs_compr_name(c->default_compr));
-       ubifs_msg("reserved pool size: %llu bytes (%llu KiB)",
+       ubifs_msg("reserved for root:  %llu bytes (%llu KiB)",
                c->report_rp_size, c->report_rp_size >> 10);
 
        dbg_msg("compiled on:         " __DATE__ " at " __TIME__);