From: Christoph Hellwig Date: Mon, 23 Apr 2012 05:58:35 +0000 (+1000) Subject: xfs: don't flush inodes from background inode reclaim X-Git-Tag: v3.5-rc1~91^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a48088f6439249019b5e17f6391e710656879d9;p=pandora-kernel.git 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 Reviewed-by: Dave Chinner Reviewed-by: Mark Tinguely Signed-off-by: Ben Myers --- Reading git-diff-tree failed