From: Dave Chinner Date: Mon, 8 Oct 2012 10:56:05 +0000 (+1100) Subject: xfs: syncd workqueue is no more X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~55^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5889608df35783590251cfd440fa5d48f1855179;p=pandora-kernel.git xfs: syncd workqueue is no more With the syncd functions moved to the log and/or removed, the syncd workqueue is the only remaining bit left. It is used by the log covering/ail pushing work, as well as by the inode reclaim work. Given how cheap workqueues are these days, give the log and inode reclaim work their own work queues and kill the syncd work queue. Signed-off-by: Dave Chinner Reviewed-by: Mark Tinguely Reviewed-by: Christoph Hellwig Signed-off-by: Ben Myers --- Reading git-diff-tree failed