kernel-fxtec-pro1x/net/rds
Zach Brown a46ca94e7f RDS/IB: rds_ib_cm_handle_connect() forgot to unlock c_cm_lock
rds_ib_cm_handle_connect() could return without unlocking the c_conn_lock if
rds_setup_qp() failed.  Rather than adding another imbalanced mutex_unlock() to
this error path we only unlock the mutex once as we exit the function, reducing
the likelyhood of making this same mistake in the future.  We remove the
previous mulitple return sites, leaving one unambigious return path.

Signed-off-by: Zach Brown <zach.brown@oracle.com>
2010-09-08 18:15:15 -07:00
..
af_rds.c rds: Use RCU for the bind lookup searches 2010-09-08 18:15:08 -07:00
bind.c rds: Use RCU for the bind lookup searches 2010-09-08 18:15:08 -07:00
cong.c RDS: Bypass workqueue when queueing cong updates 2010-09-08 18:12:16 -07:00
connection.c rds: use RCU to protect the connection hash 2010-09-08 18:15:12 -07:00
ib.c RDS/IB: add _to_node() macros for numa and use {k,v}malloc_node() 2010-09-08 18:14:06 -07:00
ib.h RDS/IB: add _to_node() macros for numa and use {k,v}malloc_node() 2010-09-08 18:14:06 -07:00
ib_cm.c RDS/IB: rds_ib_cm_handle_connect() forgot to unlock c_cm_lock 2010-09-08 18:15:15 -07:00
ib_rdma.c rds: Use RCU for the bind lookup searches 2010-09-08 18:15:08 -07:00
ib_recv.c rds: don't let RDS shutdown a connection while senders are present 2010-09-08 18:15:09 -07:00
ib_ring.c
ib_send.c rds: Fix reference counting on the for xmit_atomic and xmit_rdma 2010-09-08 18:15:13 -07:00
ib_stats.c RDS: Move atomic stats from general to ib-specific area 2010-09-08 18:12:20 -07:00
ib_sysctl.c RDS: Remove unsignaled_bytes sysctl 2010-09-08 18:11:52 -07:00
info.c
info.h
iw.c RDS: Stop supporting old cong map sending method 2010-09-08 18:12:10 -07:00
iw.h RDS: Remove struct rds_rdma_op 2010-09-08 18:11:58 -07:00
iw_cm.c
iw_rdma.c RDS: fold rdma.h into rds.h 2010-09-08 18:11:37 -07:00
iw_recv.c RDS: inc_purge() transport function unused - remove it 2010-09-08 18:11:46 -07:00
iw_ring.c
iw_send.c RDS: Rename data op members prefix from m_ to op_ 2010-09-08 18:11:59 -07:00
iw_stats.c
iw_sysctl.c
Kconfig
loop.c RDS: Stop supporting old cong map sending method 2010-09-08 18:12:10 -07:00
loop.h
Makefile
message.c rds: don't let RDS shutdown a connection while senders are present 2010-09-08 18:15:09 -07:00
page.c
rdma.c RDS: Add flag for silent ops. Do atomic op before RDMA 2010-09-08 18:12:06 -07:00
rdma_transport.c
rdma_transport.h
rds.h rds: don't let RDS shutdown a connection while senders are present 2010-09-08 18:15:09 -07:00
recv.c RDS: Whitespace 2010-09-08 18:11:44 -07:00
send.c rds: Fix reference counting on the for xmit_atomic and xmit_rdma 2010-09-08 18:15:13 -07:00
stats.c RDS: Move atomic stats from general to ib-specific area 2010-09-08 18:12:20 -07:00
sysctl.c
tcp.c RDS: Stop supporting old cong map sending method 2010-09-08 18:12:10 -07:00
tcp.h RDS: Stop supporting old cong map sending method 2010-09-08 18:12:10 -07:00
tcp_connect.c
tcp_listen.c
tcp_recv.c RDS: inc_purge() transport function unused - remove it 2010-09-08 18:11:46 -07:00
tcp_send.c RDS: Stop supporting old cong map sending method 2010-09-08 18:12:10 -07:00
tcp_stats.c
threads.c
transport.c