]> git.baikalelectronics.ru Git - kernel.git/commit
quota: Hide warnings about writes to the filesystem before quota was turned on
authorJan Kara <jack@suse.cz>
Tue, 6 Apr 2010 16:52:47 +0000 (18:52 +0200)
committerJan Kara <jack@suse.cz>
Mon, 12 Apr 2010 19:12:19 +0000 (21:12 +0200)
commit4373e17503c37e4bf723ba57155b44076ca274f6
tree989f00937056222c6672a888b6670e570826442d
parent43837cd8eb41267098abb9f7a05063f2ae0074ee
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>
fs/quota/dquot.c