f3e35b42adbaabf5a65062f2d3f5ecf1ac43 parent 3a25404b3fccd41d36b2fda18d86011201608c38 author Dave Chinner 1271135210 +1000 committer Alex Elder 1274281091 -0500 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 døÃ