Revision 262b4662f42787bff24453ddd3e657265b5d0039 authored by Jan Kara on 02 March 2013, 22:57:08 UTC, committed by Theodore Ts'o on 02 March 2013, 22:57:08 UTC
So far we silently ignored when quota mount options were set while quota
feature was enabled.  But this can create confusion in userspace when
mount options are set but silently ignored and also creates opportunities
for bugs when we don't properly test all quota types.  Actually
ext4_mark_dquot_dirty() forgets to test for quota feature so it was
dependent on journaled quota options being set.  OTOH ext4_orphan_cleanup()
tries to enable journaled quota when quota options are specified which is
wrong when quota feature is enabled.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
1 parent d4e4395
History
File Mode Size
Makefile -rw-r--r-- 167 bytes
page-types.c -rw-r--r-- 22.7 KB
slabinfo.c -rw-r--r-- 34.2 KB

back to top