|
@@ -1712,13 +1712,6 @@ static int parse_options(char *options, struct super_block *sb,
|
|
"not specified");
|
|
"not specified");
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
- } else {
|
|
|
|
- if (sbi->s_jquota_fmt) {
|
|
|
|
- ext4_msg(sb, KERN_ERR, "journaled quota format "
|
|
|
|
- "specified with no journaling "
|
|
|
|
- "enabled");
|
|
|
|
- return 0;
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
#endif
|
|
#endif
|
|
if (test_opt(sb, DIOREAD_NOLOCK)) {
|
|
if (test_opt(sb, DIOREAD_NOLOCK)) {
|