Skip to content
Commit 2ad8099b authored by Andy Grover's avatar Andy Grover
Browse files

RDS: rds_send_xmit() locking/irq fixes



rds_message_put() cannot be called with irqs off, so move it after
irqs are re-enabled.

Spinlocks throughout the function do not to use _irqsave because
the lock of c_send_lock at top already disabled irqs.

Signed-off-by: default avatarAndy Grover <andy.grover@oracle.com>
parent 049ee3f5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment