commit | 254f91e2fa1f4cc18fd2eb9d5481888ffe126d5b | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Wed May 28 10:32:17 2014 -0400 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Wed Jun 04 08:56:36 2014 -0400 |
tree | 59ee9a80d0ab6a7875cf9b9e47337b36e2744d92 | |
parent | 4034ba04231f554abb97ad8900a4c1af03f8e21d [diff] |
xprtrdma: RPC/RDMA must invoke xprt_wake_pending_tasks() in process context An IB provider can invoke rpcrdma_conn_func() in an IRQ context, thus rpcrdma_conn_func() cannot be allowed to directly invoke generic RPC functions like xprt_wake_pending_tasks(). Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Tested-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>