diff options
-rw-r--r-- | fs/ext4/super.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c index 028935fc2760..115e27d855ef 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c | |||
@@ -1712,13 +1712,6 @@ static int parse_options(char *options, struct super_block *sb, | |||
1712 | "not specified"); | 1712 | "not specified"); |
1713 | return 0; | 1713 | return 0; |
1714 | } | 1714 | } |
1715 | } else { | ||
1716 | if (sbi->s_jquota_fmt) { | ||
1717 | ext4_msg(sb, KERN_ERR, "journaled quota format " | ||
1718 | "specified with no journaling " | ||
1719 | "enabled"); | ||
1720 | return 0; | ||
1721 | } | ||
1722 | } | 1715 | } |
1723 | #endif | 1716 | #endif |
1724 | if (test_opt(sb, DIOREAD_NOLOCK)) { | 1717 | if (test_opt(sb, DIOREAD_NOLOCK)) { |