Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84794
b: refs/heads/master
c: c1fca3b
h: refs/heads/master
v: v3
  • Loading branch information
Miklos Szeredi authored and Linus Torvalds committed Feb 8, 2008
1 parent 498f811 commit d90dafe
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: 35c879dc302cc08cbbf108deb2be1c2859da0d18
refs/heads/master: c1fca3b6090f45018b3754eff0276521edb8ac3e
2 changes: 2 additions & 0 deletions trunk/fs/fat/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -837,6 +837,8 @@ static int fat_show_options(struct seq_file *m, struct vfsmount *mnt)
if (!opts->numtail)
seq_puts(m, ",nonumtail");
}
if (sbi->options.flush)
seq_puts(m, ",flush");

return 0;
}
Expand Down

0 comments on commit d90dafe

Please sign in to comment.