From: Dave Chinner Date: Fri, 8 Jul 2011 04:14:46 +0000 (+1000) Subject: xfs: make use of new shrinker callout for the inode cache X-Git-Tag: v3.1-rc1~282^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8daaa83145ef1f0a146680618328dbbd0fa76939;p=pandora-kernel.git xfs: make use of new shrinker callout for the inode cache Convert the inode reclaim shrinker to use the new per-sb shrinker operations. This allows much bigger reclaim batches to be used, and allows the XFS inode cache to be shrunk in proportion with the VFS dentry and inode caches. This avoids the problem of the VFS caches being shrunk significantly before the XFS inode cache is shrunk resulting in imbalances in the caches during reclaim. Signed-off-by: Dave Chinner Signed-off-by: Al Viro --- Reading git-diff-tree failed