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:
2aeb98f
)
SUNRPC: Fix potential races in xprt_lock_write_next()
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Wed, 18 Jan 2012 03:57:37 +0000
(22:57 -0500)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Wed, 1 Feb 2012 00:28:08 +0000
(19:28 -0500)
We have to ensure that the wake up from the waitqueue and the assignment
of xprt->snd_task are atomic. We can do this by assigning the snd_task
while under the waitqueue spinlock.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
No differences found