From: Christoph Hellwig Date: Wed, 19 May 2010 11:16:40 +0000 (-0400) Subject: quota: move remount handling into the filesystem X-Git-Tag: v2.6.35-rc1~10^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c79d967de3741ceb60c5bbbf1b6f97eab9a89838;p=pandora-kernel.git quota: move remount handling into the filesystem Currently do_remount_sb calls into the dquot code to tell it about going from rw to ro and ro to rw. Move this code into the filesystem to not depend on the dquot code in the VFS - note ocfs2 already ignores these calls and handles remount by itself. This gets rid of overloading the quotactl calls and allows to unify the VFS and XFS codepaths in that area later. Signed-off-by: Christoph Hellwig Signed-off-by: Jan Kara --- Reading git-diff-tree failed