Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84793
b: refs/heads/master
c: 35c879d
h: refs/heads/master
i:
  84791: 40302f1
v: v3
  • Loading branch information
Miklos Szeredi authored and Linus Torvalds committed Feb 8, 2008
1 parent 09b7d2a commit 498f811
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b87a267eb7291d075df76ebabd43c7f961b12f67
refs/heads/master: 35c879dc302cc08cbbf108deb2be1c2859da0d18
3 changes: 3 additions & 0 deletions trunk/fs/ext2/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,9 @@ static int ext2_show_options(struct seq_file *seq, struct vfsmount *vfs)
seq_puts(seq, ",xip");
#endif

if (!test_opt(sb, RESERVATION))
seq_puts(seq, ",noreservation");

return 0;
}

Expand Down

0 comments on commit 498f811

Please sign in to comment.