From: David Chinner Date: Tue, 11 Apr 2006 05:11:12 +0000 (+1000) Subject: [XFS] Fix inode reclaim scalability regression. When a filesystem has X-Git-Tag: v2.6.17-rc2~281 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fc5d959d88a5f77aa7e4435f6c9d0e2d2236704;p=pandora-kernel.git [XFS] Fix inode reclaim scalability regression. When a filesystem has millions of inodes cached and has sparse cluster population, removing inodes from the cluster hash consumes excessive amounts of CPU time. Reduce the CPU cost by making removal O(1) via use of a double linked list for the hash chains. SGI-PV: 951551 SGI-Modid: xfs-linux-melb:xfs-kern:25683a Signed-off-by: David Chinner Signed-off-by: Nathan Scott --- Reading git-diff-tree failed