commit | 2163b1e616c41c286f5ab79912671cd4bf52057c | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Thu Jun 25 16:30:26 2009 +0100 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Thu Jul 30 10:52:14 2009 +0100 |
tree | 5f7170d724c69e0f51857367b5de5a2c0e9bdbae | |
parent | 4be3bd7849165e7efa6b0b35a23d6a3598d97465 [diff] |
GFS2: Shrink the shrinker This patch removes some of the special cases that the shrinker was trying to deal with. As a result we leave fewer items on the list and none at all which cannot be demoted. This makes the list scanning more efficient and solves some issues seen with large numbers of inodes. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>