commit | 4c5e6c0e70fd6ca2fa67184fd36a261b3b7b38d0 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Tue Apr 06 18:52:47 2010 +0200 |
committer | Jan Kara <jack@suse.cz> | Mon Apr 12 21:12:19 2010 +0200 |
tree | 989f00937056222c6672a888b6670e570826442d | |
parent | 774f03fb2cf89951b5f5f363b7739a2835d5924e [diff] |
quota: Hide warnings about writes to the filesystem before quota was turned on For a root filesystem write to the filesystem before quota is turned on happens regularly and there's no way around it because of writes to syslog, /etc/mtab, and similar. So the warning is rather pointless for ordinary users. It's still useful during development so we just hide the warning behind __DQUOT_PARANOIA config option. Signed-off-by: Jan Kara <jack@suse.cz>