Home
last modified time | relevance | path

Searched hist:dfc5d03f12e706c19ee37734184ea96582ef931d (Results 1 – 1 of 1) sorted by relevance

/linux/fs/ext4/
H A Dsuper.cdiff dfc5d03f12e706c19ee37734184ea96582ef931d Wed May 14 01:11:51 CEST 2008 Jan Kara <jack@suse.cz> ext4: correct mount option parsing to detect when quota options can be changed

We should not allow user to change quota mount options when quota is
just suspended. It would make mount options and internal quota state
inconsistent. Also we should not allow user to change quota format when
quota is turned on. On the other hand we can just silently ignore when
some option is set to the value it already has (mount does this on
remount).

Cc: <linux-ext4@vger.kernel.org>
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Mingming Cao <cmm@us.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>