commit | 093a1468b6edb0e568be7311b8d2228d205702db | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Wed Nov 12 18:04:04 2014 -0500 |
committer | J. Bruce Fields <bfields@redhat.com> | Wed Nov 19 12:03:20 2014 -0500 |
tree | ab0b360d7cdea38af56ca8e2e029c1e892b29e7f | |
parent | 6d0ba0432a5e10bc714ba9c5adc460e726e5fbb4 [diff] |
SUNRPC: Fix locking around callback channel reply receive Both xprt_lookup_rqst() and xprt_complete_rqst() require that you take the transport lock in order to avoid races with xprt_transmit(). Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com> Cc: stable@vger.kernel.org Reviewed-by: Jeff Layton <jlayton@primarydata.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>