Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323279
b: refs/heads/master
c: 2b9731e
h: refs/heads/master
i:
  323277: e43c9f1
  323275: 5a89183
  323271: ca4b0db
  323263: 3631d63
v: v3
  • Loading branch information
Steven Whitehouse committed Sep 24, 2012
1 parent 1b8dbed commit 3250c4f
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: 3e6339dd2850353781513dec42a8d56690e9e1db
refs/heads/master: 2b9731e8bb1bdc6b9da149f4e482a071747207f3
2 changes: 2 additions & 0 deletions trunk/fs/gfs2/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1366,6 +1366,8 @@ static int gfs2_show_options(struct seq_file *s, struct dentry *root)
val = sdp->sd_tune.gt_statfs_quantum;
if (val != 30)
seq_printf(s, ",statfs_quantum=%d", val);
else if (sdp->sd_tune.gt_statfs_slow)
seq_puts(s, ",statfs_quantum=0");
val = sdp->sd_tune.gt_quota_quantum;
if (val != 60)
seq_printf(s, ",quota_quantum=%d", val);
Expand Down

0 comments on commit 3250c4f

Please sign in to comment.