commit | 86f3cbec4a193c04d0a31c13132c5956731af6ff | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Mon Oct 11 15:22:21 2010 +0200 |
committer | Jan Kara <jack@suse.cz> | Thu Oct 28 01:30:03 2010 +0200 |
tree | 6bc3f57914b07672b73320dc9604a40b8e3ffea5 | |
parent | 9e32784b71c2c84895016ca6ab271591669c02aa [diff] |
quota: Fix issuing of warnings from dquot_transfer __dquot_transfer accidentally called flush_warnings for a wrong set of dquots which could result in quota warnings being issued with a wrong identification. Also when operation fails because of EDQUOT, there's no need check for issuing information message about user getting below limits (no transfer has actually happened). Signed-off-by: Jan Kara <jack@suse.cz>