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)
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>

No differences found