commit | 018027be90a6946e8cf3f9b17b5582384f7ed117 | [log] [tgz] |
---|---|---|
author | Dave Chinner <david@fromorbit.com> | Sun Jan 10 23:51:46 2010 +0000 |
committer | Alex Elder <aelder@sgi.com> | Fri Jan 15 13:44:21 2010 -0600 |
tree | a8816b9884e21eab9cb3342af9de9ddc28f9f0de | |
parent | c8e20be020f234c8d492927a424a7d8bbefd5b5d [diff] |
xfs: Avoid inodes in reclaim when flushing from inode cache The reclaim code will handle flushing of dirty inodes before reclaim occurs, so avoid them when determining whether an inode is a candidate for flushing to disk when walking the radix trees. This is based on a test patch from Christoph Hellwig. Signed-off-by: Dave Chinner <david@fromorbit.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Alex Elder <aelder@sgi.com>