Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97855
b: refs/heads/master
c: cd0b6a3
h: refs/heads/master
i:
  97853: 0888c31
  97851: ec0e187
  97847: 0b25f07
  97839: 42257ef
  97823: 385df5b
  97791: 9c65fb1
v: v3
  • Loading branch information
Theodore Ts'o committed May 26, 2008
1 parent f5fee50 commit 2a18671
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 624080eded68738daee041ad64672a9d2614754f
refs/heads/master: cd0b6a39a1d68b61b1073662f40f747c8b728f98
2 changes: 2 additions & 0 deletions trunk/fs/ext4/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,8 @@ static int ext4_show_options(struct seq_file *seq, struct vfsmount *vfs)
}
if (test_opt(sb, BARRIER))
seq_puts(seq, ",barrier=1");
if (test_opt(sb, JOURNAL_ASYNC_COMMIT))
seq_puts(seq, ",journal_async_commit");
if (test_opt(sb, NOBH))
seq_puts(seq, ",nobh");
if (!test_opt(sb, EXTENTS))
Expand Down

0 comments on commit 2a18671

Please sign in to comment.