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 d01a32e8b50a..ba92c606ad9a 100644
--- a/fs/ext4/super.c
+++ b/fs/ext4/super.c
@@ -731,6 +731,8 @@ static int ext4_show_options(struct seq_file *seq, struct vfsmount *vfs)
731 } 731 }
732 if (test_opt(sb, BARRIER)) 732 if (test_opt(sb, BARRIER))
733 seq_puts(seq, ",barrier=1"); 733 seq_puts(seq, ",barrier=1");
734 if (test_opt(sb, JOURNAL_ASYNC_COMMIT))
735 seq_puts(seq, ",journal_async_commit");
734 if (test_opt(sb, NOBH)) 736 if (test_opt(sb, NOBH))
735 seq_puts(seq, ",nobh"); 737 seq_puts(seq, ",nobh");
736 if (!test_opt(sb, EXTENTS)) 738 if (!test_opt(sb, EXTENTS))