Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 282980
b: refs/heads/master
c: 1d526fc
h: refs/heads/master
v: v3
  • Loading branch information
Ben Hutchings authored and Theodore Ts'o committed Jan 5, 2012
1 parent 5a38b44 commit 9c9d797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 014a1770371a028d22f364718c805f4216911ecd
refs/heads/master: 1d526fc91bea04ee35b7599bf8b82f86c0aaf46c
2 changes: 1 addition & 1 deletion trunk/fs/ext4/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@ static int ext4_show_options(struct seq_file *seq, struct vfsmount *vfs)
}
if (sbi->s_max_batch_time != EXT4_DEF_MAX_BATCH_TIME) {
seq_printf(seq, ",max_batch_time=%u",
(unsigned) sbi->s_min_batch_time);
(unsigned) sbi->s_max_batch_time);
}

/*
Expand Down

0 comments on commit 9c9d797

Please sign in to comment.