commit | 62af9b520513d78484f22f874916dfacbc889ce0 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Mon Apr 19 16:47:20 2010 +0200 |
committer | Jan Kara <jack@suse.cz> | Tue Apr 20 18:25:25 2010 +0200 |
tree | e5c13d868166380105c3d491b8d380fe220e6484 | |
parent | 08261673cb6dc638c39f44d69b76fffb57b92a8b [diff] |
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>