From: Jan Kara Date: Mon, 28 Apr 2008 09:14:33 +0000 (-0700) Subject: quota: quota core changes for quotaon on remount X-Git-Tag: v2.6.26-rc1~865 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ff5af8340aa6be44220d7237ef4a654314cf795;p=pandora-kernel.git quota: quota core changes for quotaon on remount Currently, we just turn quotas off on remount of filesystem to read-only state. The patch below adds necessary framework so that we can turn quotas off on remount RO but we are able to automatically reenable them again when filesystem is remounted to RW state. All we need to do is to keep references to inodes of quota files when remounting RO and using these references to reenable quotas when remounting RW. Signed-off-by: Jan Kara Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed