Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175296
b: refs/heads/master
c: dee1d3b
h: refs/heads/master
v: v3
  • Loading branch information
Eric Sandeen authored and Jan Kara committed Dec 10, 2009
1 parent 9f4303b commit fbdc472
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b918397542388de75bd86c32fbfa820e5d629fa9
refs/heads/master: dee1d3b6270a7cf5cc65c493a2ab4ebaad1a1caf
4 changes: 2 additions & 2 deletions trunk/Documentation/filesystems/ext3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ journal_dev=devnum When the external journal device's major/minor numbers
identified through its new major/minor numbers encoded
in devnum.

noload Don't load the journal on mounting. Note that this forces
mount of inconsistent filesystem, which can lead to
norecovery Don't load the journal on mounting. Note that this forces
noload mount of inconsistent filesystem, which can lead to
various problems.

data=journal All data are committed into the journal prior to being
Expand Down
4 changes: 4 additions & 0 deletions trunk/fs/ext3/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,9 @@ static int ext3_show_options(struct seq_file *seq, struct vfsmount *vfs)
if (test_opt(sb, DATA_ERR_ABORT))
seq_puts(seq, ",data_err=abort");

if (test_opt(sb, NOLOAD))
seq_puts(seq, ",norecovery");

ext3_show_quota_options(seq, sb);

return 0;
Expand Down Expand Up @@ -818,6 +821,7 @@ static const match_table_t tokens = {
{Opt_reservation, "reservation"},
{Opt_noreservation, "noreservation"},
{Opt_noload, "noload"},
{Opt_noload, "norecovery"},
{Opt_nobh, "nobh"},
{Opt_bh, "bh"},
{Opt_commit, "commit=%u"},
Expand Down

0 comments on commit fbdc472

Please sign in to comment.