From: Christoph Hellwig Date: Mon, 9 Feb 2009 07:47:34 +0000 (+0100) Subject: xfs: get rid of indirections in the quotaops implementation X-Git-Tag: v2.6.30-rc1~232^2~23^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcafb71b57a039f2113b0321b3b5535fea3a0aca;p=pandora-kernel.git xfs: get rid of indirections in the quotaops implementation Currently we call from the nicely abstracted linux quotaops into a ugly multiplexer just to split the calls out at the same boundary again. Rewrite the quota ops handling to remove that obfucation. Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner --- Reading git-diff-tree failed