From: Zach Brown Date: Tue, 6 Jul 2010 22:09:56 +0000 (-0700) Subject: RDS/IB: create a work queue for FMR flushing X-Git-Tag: v2.6.37-rc1~147^2~499^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=515e079dab19cf774d1eec6e5f4ed65509e31ef1;p=pandora-kernel.git RDS/IB: create a work queue for FMR flushing This patch moves the FMR flushing work in to its own mult-threaded work queue. This is to maintain performance in preparation for returning the main krdsd work queue back to a single threaded work queue to avoid deep-rooted concurrency bugs. This is also good because it further separates FMRs, which might be removed some day, from the rest of the code base. Signed-off-by: Zach Brown --- Reading git-diff-tree failed