diff --git a/[refs] b/[refs] index ad23ccc0f3a0..97d72b3ca357 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 727d2dc045930b29dc68d56d5032d23661ba8503 +refs/heads/master: fae7fb299f382355145c6cb4eec6aa84f4cd1fca diff --git a/trunk/fs/ubifs/super.c b/trunk/fs/ubifs/super.c index 7fd759dde796..046bf0879235 100644 --- a/trunk/fs/ubifs/super.c +++ b/trunk/fs/ubifs/super.c @@ -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__);