diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-10-31 16:18:47 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-10-31 16:18:47 -0700 |
commit | e2488ab6ab34cddccda5e839eaeb37f72701830e (patch) | |
tree | 5671f999ee9eb88c38bf6718b3857cfecd3c851d /fs/ext3/super.c | |
parent | 89453379aaf0608253124057df6cd8ac63948135 (diff) | |
parent | 3c9cafe05ff002eb84d438a02f3c8d468720463b (diff) | |
download | linux-e2488ab6ab34cddccda5e839eaeb37f72701830e.tar.bz2 |
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Pull quota and ext3 fixes from Jan Kara.
* 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs:
fs, jbd: use a more generic hash function
quota: Properly return errors from dquot_writeback_dquots()
ext3: Don't check quota format when there are no quota files
Diffstat (limited to 'fs/ext3/super.c')
-rw-r--r-- | fs/ext3/super.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/fs/ext3/super.c b/fs/ext3/super.c index 7015db0bafd1..eb742d0e67ff 100644 --- a/fs/ext3/super.c +++ b/fs/ext3/super.c @@ -1354,13 +1354,6 @@ set_qf_format: "not specified."); return 0; } - } else { - if (sbi->s_jquota_fmt) { - ext3_msg(sb, KERN_ERR, "error: journaled quota format " - "specified with no journaling " - "enabled."); - return 0; - } } #endif return 1; |