UBIFS: allow for gaps when dirtying the LPT
[safe/jmp/linux-2.6] / fs / ubifs / super.c
index 7fd759d..8780efb 100644 (file)
@@ -891,7 +891,7 @@ enum {
        Opt_err,
 };
 
-static match_table_t tokens = {
+static const match_table_t tokens = {
        {Opt_fast_unmount, "fast_unmount"},
        {Opt_norm_unmount, "norm_unmount"},
        {Opt_bulk_read, "bulk_read"},
@@ -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__);