commit | 8a48088f6439249019b5e17f6391e710656879d9 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Mon Apr 23 15:58:35 2012 +1000 |
committer | Ben Myers <bpm@sgi.com> | Mon May 14 16:20:28 2012 -0500 |
tree | b898076f1f2245dc435fa8e64b1ddac2b8424c7e | |
parent | 211e4d434bd737be38aabad0247ce3da9964370e [diff] |
xfs: don't flush inodes from background inode reclaim We already flush dirty inodes throug the AIL regularly, there is no reason to have second thread compete with it and disturb the I/O pattern. We still do write inodes when doing a synchronous reclaim from the shrinker or during unmount for now. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Mark Tinguely <tinguely@sgi.com> Signed-off-by: Ben Myers <bpm@sgi.com>