Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information