diff --git a/fs/ext4/super.c b/fs/ext4/super.c index a46030d6b4afb1..5ee03e5d7bc8ba 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c @@ -1706,13 +1706,6 @@ static int parse_options(char *options, struct super_block *sb, "not specified"); return 0; } - } else { - if (sbi->s_jquota_fmt) { - ext4_msg(sb, KERN_ERR, "journaled quota format " - "specified with no journaling " - "enabled"); - return 0; - } } #endif if (test_opt(sb, DIOREAD_NOLOCK)) {