From: Dave Chinner Date: Tue, 13 Apr 2010 05:06:50 +0000 (+1000) Subject: xfs: remove duplicate code from dquot reclaim X-Git-Tag: v2.6.35-rc1~468^2^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=368e136174344c417bad6ff0380b7b3f574bf120;p=pandora-kernel.git xfs: remove duplicate code from dquot reclaim The dquot shaker and the free-list reclaim code use exactly the same algorithm but the code is duplicated and slightly different in each case. Make the shaker code use the single dquot reclaim code to remove the code duplication. Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig --- Reading git-diff-tree failed