Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-02 | RDS: Fix m_rs_lock deadlock | Andy Grover | |
rs_send_drop_to() is called during socket close. If it takes m_rs_lock without disabling interrupts, then rds_send_remove_from_sock() can run from the rx completion handler and thus deadlock. Signed-off-by: Andy Grover <andy.grover@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net> | |||
2009-02-26 | RDS: send.c | Andy Grover | |
This is the code to send an RDS datagram. Signed-off-by: Andy Grover <andy.grover@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net> |