aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/ext4/super.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c
index b60c34038bb8..00560cfa519d 100644
--- a/fs/ext4/super.c
+++ b/fs/ext4/super.c
@@ -741,6 +741,8 @@ static int ext4_show_options(struct seq_file *seq, struct vfsmount *vfs)
741 if (test_opt(sb, I_VERSION)) 741 if (test_opt(sb, I_VERSION))
742 seq_puts(seq, ",i_version"); 742 seq_puts(seq, ",i_version");
743 743
744 if (sbi->s_stripe)
745 seq_printf(seq, ",stripe=%lu", sbi->s_stripe);
744 /* 746 /*
745 * journal mode get enabled in different ways 747 * journal mode get enabled in different ways
746 * So just print the value even if we didn't specify it 748 * So just print the value even if we didn't specify it