From: Tejun Heo Date: Tue, 1 Feb 2011 10:42:43 +0000 (+0100) Subject: rds/ib: use system_wq instead of rds_ib_fmr_wq X-Git-Tag: v2.6.39-rc1~492^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c534a107e8fe446202b0fab102abc015c56c0317;p=pandora-kernel.git rds/ib: use system_wq instead of rds_ib_fmr_wq With cmwq, there's no reason to use dedicated rds_ib_fmr_wq - it's not in the memory reclaim path and the maximum number of concurrent work items is bound by the number of devices. Drop it and use system_wq instead. This rds_ib_fmr_init/exit() noops. Both removed. Signed-off-by: Tejun Heo Cc: Andy Grover --- Reading git-diff-tree failed