git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
049ee3f
)
RDS: rds_send_xmit() locking/irq fixes
author
Andy Grover
<andy.grover@oracle.com>
Wed, 24 Mar 2010 00:48:04 +0000
(17:48 -0700)
committer
Andy Grover
<andy.grover@oracle.com>
Thu, 9 Sep 2010 01:12:13 +0000
(18:12 -0700)
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: Andy Grover <andy.grover@oracle.com>
net/rds/send.c
patch
|
blob
|
history
diff --cc
net/rds/send.c
Simple merge