From: Dave Chinner Date: Mon, 11 Jan 2010 11:49:58 +0000 (+0000) Subject: xfs: Don't wake the aild once per second X-Git-Tag: v2.6.34-rc1~278^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=453eac8a9aa417878a38bdfbccafd5f7ce4e8e4e;p=pandora-kernel.git xfs: Don't wake the aild once per second Now that the AIL push algorithm is traversal safe, we don't need a watchdog function in the xfsaild to catch pushes that fail to make progress. Remove the watchdog timeout and make pushes purely driven by demand. This will remove the once-per-second wakeup that is seen when the filesystem is idle and make laptop power misers happy. Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig Signed-off-by: Alex Elder --- Reading git-diff-tree failed