From: Dave Chinner Date: Mon, 14 Jul 2014 21:08:10 +0000 (+1000) Subject: Revert "xfs: block allocation work needs to be kswapd aware" X-Git-Tag: omap-for-v3.17/fixes-against-rc2~279^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa182e64f16fc29a4984c2d79191b161888bbd9b;p=pandora-kernel.git Revert "xfs: block allocation work needs to be kswapd aware" This reverts commit 1f6d64829db78a7e1d63e15c9f48f0a5d2b5a679. This commit resulted in regressions in performance in low memory situations where kswapd was doing writeback of delayed allocation blocks. It resulted in significant parallelism of the kswapd work and with the special kswapd flags meant that hundreds of active allocation could dip into kswapd specific memory reserves and avoid being throttled. This cause a large amount of performance variation, as well as random OOM-killer invocations that didn't previously exist. Signed-off-by: Dave Chinner Reviewed-by: Brian Foster Signed-off-by: Dave Chinner --- Reading git-diff-tree failed