Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77912
b: refs/heads/master
c: cb45bbe
h: refs/heads/master
v: v3
  • Loading branch information
Miklos Szeredi authored and Theodore Ts'o committed Jan 29, 2008
1 parent c115517 commit d338e05
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: 3dbd0ede4d5320bd4c3cb914fec0595135b6d9a1
refs/heads/master: cb45bbe44b09f35bb12d67ffa7ecff862608aeae
2 changes: 2 additions & 0 deletions trunk/fs/ext4/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -741,6 +741,8 @@ static int ext4_show_options(struct seq_file *seq, struct vfsmount *vfs)
if (test_opt(sb, I_VERSION))
seq_puts(seq, ",i_version");

if (sbi->s_stripe)
seq_printf(seq, ",stripe=%lu", sbi->s_stripe);
/*
* journal mode get enabled in different ways
* So just print the value even if we didn't specify it
Expand Down

0 comments on commit d338e05

Please sign in to comment.