|
@@ -902,6 +902,9 @@ static int ext4_show_options(struct seq_file *seq, struct vfsmount *vfs)
|
|
if (test_opt(sb, DISCARD))
|
|
if (test_opt(sb, DISCARD))
|
|
seq_puts(seq, ",discard");
|
|
seq_puts(seq, ",discard");
|
|
|
|
|
|
|
|
+ if (test_opt(sb, NOLOAD))
|
|
|
|
+ seq_puts(seq, ",norecovery");
|
|
|
|
+
|
|
ext4_show_quota_options(seq, sb);
|
|
ext4_show_quota_options(seq, sb);
|
|
|
|
|
|
return 0;
|
|
return 0;
|
|
@@ -1108,6 +1111,7 @@ static const match_table_t tokens = {
|
|
{Opt_acl, "acl"},
|
|
{Opt_acl, "acl"},
|
|
{Opt_noacl, "noacl"},
|
|
{Opt_noacl, "noacl"},
|
|
{Opt_noload, "noload"},
|
|
{Opt_noload, "noload"},
|
|
|
|
+ {Opt_noload, "norecovery"},
|
|
{Opt_nobh, "nobh"},
|
|
{Opt_nobh, "nobh"},
|
|
{Opt_bh, "bh"},
|
|
{Opt_bh, "bh"},
|
|
{Opt_commit, "commit=%u"},
|
|
{Opt_commit, "commit=%u"},
|