commit | c529fb50463992982c246155e095577aa0485f57 | [log] [tgz] |
---|---|---|
author | Steve Wise <swise@opengridcomputing.com> | Fri Mar 21 20:40:37 2014 +0530 |
committer | Roland Dreier <roland@purestorage.com> | Wed Apr 02 08:53:54 2014 -0700 |
tree | a25ce0a83d90860a7266419baddff6f3da55a581 | |
parent | 977116c69862a6062f302395cb3546544d7e1bc1 [diff] |
RDMA/cxgb4: rx_data() needs to hold the ep mutex To avoid racing with other threads doing close/flush/whatever, rx_data() should hold the endpoint mutex. Signed-off-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Roland Dreier <roland@purestorage.com>