commit | 2e1d6b813ac146db1e33ebb9b90441012dde4952 | [log] [tgz] |
---|---|---|
author | Santosh Shilimkar <santosh.shilimkar@oracle.com> | Sun Sep 13 22:34:37 2015 -0700 |
committer | Santosh Shilimkar <santosh.shilimkar@oracle.com> | Mon Oct 05 11:19:01 2015 -0700 |
tree | cdd616c5d0a6422f10eca4b765d638987e94f512 | |
parent | 9441c973e1e0e9885537a3a86020fe8e121e9a98 [diff] |
RDS: IB: fix the rds_ib_fmr_wq kick call RDS IB mr pool has its own workqueue 'rds_ib_fmr_wq', so we need to use queue_delayed_work() to kick the work. This was hurting the performance since pool maintenance was less often triggered from other path. Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org> Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>