From: Christoph Hellwig Date: Tue, 16 Feb 2010 08:44:53 +0000 (-0500) Subject: quota: remove invalid optimization from quota_sync_all X-Git-Tag: v2.6.34-rc1~192^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a56fca23f67282467c08e75c40081da2345dfdbf;p=pandora-kernel.git quota: remove invalid optimization from quota_sync_all Checking the "VFS" quota enabled and dirty bits from generic code means this code will never get called for other implementations, e.g. XFS and GFS2. Grabbing the reference on the superblock really isn't much overhead for a global Q_SYNC call, so just drop this optimization. Signed-off-by: Christoph Hellwig Signed-off-by: Jan Kara --- Reading git-diff-tree failed