From: Andrew Morton Date: Thu, 19 Jan 2006 01:42:26 +0000 (-0800) Subject: [PATCH] mm: dirty_exceeded speedup X-Git-Tag: v2.6.16-rc2~345 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e236a166b2bc437769a9b8b5d19186a3761bde48;p=pandora-kernel.git [PATCH] mm: dirty_exceeded speedup Ravikiran reports that this variable is bouncing all around nodes on NUMA machines, causing measurable performance problems. Fix that up by only writing to it when it actually changed. And put it in a new cacheline to prevent it sharing with other things (this happened). Signed-off-by: Ravikiran Thirumalai Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed