ext4: don't check quota format when there are no quota files
[pandora-kernel.git] / fs / ext4 / super.c
index 6581ee7..f897cb8 100644 (file)
@@ -1931,13 +1931,6 @@ set_qf_format:
                                        "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)) {