From: Jan Kara Date: Fri, 8 Feb 2008 12:22:13 +0000 (-0800) Subject: quota: turn quotas off when remounting read-only X-Git-Tag: v2.6.25-rc1~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66191dc622f5ff0a541524c4e96fdacfacfda206;p=pandora-kernel.git quota: turn quotas off when remounting read-only Turn off quotas before filesystem is remounted read only. Otherwise quota will try to write to read-only filesystem which does no good... We could also just refuse to remount ro when quota is enabled but turning quota off is consistent with what we do on umount. Signed-off-by: Jan Kara Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed