quota: Convert __DQUOT_PARANOIA symbol to standard config option
authorJan Kara <jack@suse.cz>
Mon, 19 Apr 2010 14:47:20 +0000 (16:47 +0200)
committerJan Kara <jack@suse.cz>
Tue, 20 Apr 2010 16:25:25 +0000 (18:25 +0200)
commit62af9b520513d78484f22f874916dfacbc889ce0
treee5c13d868166380105c3d491b8d380fe220e6484
parent08261673cb6dc638c39f44d69b76fffb57b92a8b
quota: Convert __DQUOT_PARANOIA symbol to standard config option

Make __DQUOT_PARANOIA define from the old days a standard config option
and turn it off by default.

This gets rid of a quota warning about writes before quota is turned on
for systems with ext4 root filesystem. Currently there's no way to legally
solve this because /etc/mtab has to be written before quota is turned on
on most systems.

Signed-off-by: Jan Kara <jack@suse.cz>
fs/quota/Kconfig
fs/quota/dquot.c