commit | 56a8035174e61c05d9418e7b340f8043bb94442d | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Mon Jan 03 12:20:37 2011 +0100 |
committer | Tejun Heo <tj@kernel.org> | Mon Jan 03 12:20:37 2011 +0100 |
tree | a15209ff49e08b011cdf11030f34a29c9fb39953 | |
parent | 648fe6d873da88197d2e1863abfa70653b8352fa [diff] |
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 <tj@kernel.org> Cc: Andy Grover <andy.grover@oracle.com>