diff options
Diffstat (limited to 'fs/ext4/super.c')
-rw-r--r-- | fs/ext4/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c index 425f42778efa..9d2d9a7fdea1 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c | |||
@@ -945,8 +945,8 @@ static match_table_t tokens = { | |||
945 | {Opt_mballoc, "mballoc"}, | 945 | {Opt_mballoc, "mballoc"}, |
946 | {Opt_nomballoc, "nomballoc"}, | 946 | {Opt_nomballoc, "nomballoc"}, |
947 | {Opt_stripe, "stripe=%u"}, | 947 | {Opt_stripe, "stripe=%u"}, |
948 | {Opt_err, NULL}, | ||
949 | {Opt_resize, "resize"}, | 948 | {Opt_resize, "resize"}, |
949 | {Opt_err, NULL}, | ||
950 | }; | 950 | }; |
951 | 951 | ||
952 | static ext4_fsblk_t get_sb_block(void **data) | 952 | static ext4_fsblk_t get_sb_block(void **data) |