commit | 65d0f20533c503b50bd5e7e86434512af7761eea | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Fri Sep 24 18:40:15 2010 +1000 |
committer | Alex Elder <aelder@sgi.com> | Mon Oct 18 15:07:52 2010 -0500 |
tree | 0e04d6898fc0c729886067a3daf79b10a7a19992 | |
parent | 69d6cc76cff3573ceefda178b75e20878866fdc3 [diff] |
xfs: split inode AG walking into separate code for reclaim The reclaim walk requires different locking and has a slightly different walk algorithm, so separate it out so that it can be optimised separately. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Alex Elder <aelder@sgi.com>