commit | c8e20be020f234c8d492927a424a7d8bbefd5b5d | [log] [tgz] |
---|---|---|
author | Dave Chinner <david@fromorbit.com> | Sun Jan 10 23:51:45 2010 +0000 |
committer | Alex Elder <aelder@sgi.com> | Fri Jan 15 13:43:55 2010 -0600 |
tree | ced84d52bf87d72d36a65e3ddca6b4fc4b7f819f | |
parent | 7284ce6c9f6153d1777df5f310c959724d1bd446 [diff] |
xfs: reclaim inodes under a write lock Make the inode tree reclaim walk exclusive to avoid races with concurrent sync walkers and lookups. This is a version of a patch posted by Christoph Hellwig that avoids all the code duplication. Signed-off-by: Dave Chinner <david@fromorbit.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Alex Elder <aelder@sgi.com>