Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177847
b: refs/heads/master
c: 20a5239
h: refs/heads/master
i:
  177845: 514f59b
  177843: 2b7868b
  177839: 31f02b9
v: v3
  • Loading branch information
Matthew Wilcox authored and Chris Mason committed Dec 17, 2009
1 parent c968264 commit 73abfd1
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: 4a8be425a8fb8fbb5d881eb55fa6634c3463b9c9
refs/heads/master: 20a5239a5d0f340e29827a6a2d28a138001c44b8
2 changes: 2 additions & 0 deletions trunk/fs/btrfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,8 @@ static int btrfs_show_options(struct seq_file *seq, struct vfsmount *vfs)
seq_puts(seq, ",notreelog");
if (btrfs_test_opt(root, FLUSHONCOMMIT))
seq_puts(seq, ",flushoncommit");
if (btrfs_test_opt(root, DISCARD))
seq_puts(seq, ",discard");
if (!(root->fs_info->sb->s_flags & MS_POSIXACL))
seq_puts(seq, ",noacl");
return 0;
Expand Down

0 comments on commit 73abfd1

Please sign in to comment.