commit | 8f0e8746b4d57303d84f7b161a201e94fe22638f | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Fri Apr 01 12:00:03 2016 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Apr 01 12:00:03 2016 -0400 |
tree | 67526f43bcc7847531e7a8d2ff6fdd34c59543e4 | |
parent | e84dfbe2bf170c626778079e5b94435b05b8d572 [diff] |
ext4: avoid calling dquot_get_next_id() if quota is not enabled This should be fixed in the quota layer so we can test with the quota mutex held, but for now, we need this to avoid tests from crashing the kernel aborting the regression test suite. Signed-off-by: Theodore Ts'o <tytso@mit.edu>