From: Chuck Lever Date: Wed, 28 May 2014 14:32:17 +0000 (-0400) Subject: xprtrdma: RPC/RDMA must invoke xprt_wake_pending_tasks() in process context X-Git-Tag: omap-for-v3.16/fixes-against-rc1~64^2~5^2~21 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=254f91e2fa1f4cc18fd2eb9d5481888ffe126d5b;p=pandora-kernel.git 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 Tested-by: Steve Wise Signed-off-by: Anna Schumaker --- Reading git-diff-tree failed