Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

UBIFS: amend printk

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>

+1 -1
+1 -1
fs/ubifs/super.c
··· 1217 1217 ubifs_msg("media format: %d (latest is %d)", 1218 1218 c->fmt_version, UBIFS_FORMAT_VERSION); 1219 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 1221 c->report_rp_size, c->report_rp_size >> 10); 1222 1222 1223 1223 dbg_msg("compiled on: " __DATE__ " at " __TIME__);