diff options
Diffstat (limited to 'fs/ext4/super.c')
-rw-r--r-- | fs/ext4/super.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c index c597ec73da11..2e8790e801f4 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c | |||
@@ -942,6 +942,8 @@ static int ext4_show_options(struct seq_file *seq, struct vfsmount *vfs) | |||
942 | seq_puts(seq, test_opt(sb, BARRIER) ? "1" : "0"); | 942 | seq_puts(seq, test_opt(sb, BARRIER) ? "1" : "0"); |
943 | if (test_opt(sb, JOURNAL_ASYNC_COMMIT)) | 943 | if (test_opt(sb, JOURNAL_ASYNC_COMMIT)) |
944 | seq_puts(seq, ",journal_async_commit"); | 944 | seq_puts(seq, ",journal_async_commit"); |
945 | else if (test_opt(sb, JOURNAL_CHECKSUM)) | ||
946 | seq_puts(seq, ",journal_checksum"); | ||
945 | if (test_opt(sb, NOBH)) | 947 | if (test_opt(sb, NOBH)) |
946 | seq_puts(seq, ",nobh"); | 948 | seq_puts(seq, ",nobh"); |
947 | if (test_opt(sb, I_VERSION)) | 949 | if (test_opt(sb, I_VERSION)) |