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:
a8e1007
)
svcrpc: make svc_create_xprt enqueue on clearing XPT_BUSY
author
J. Bruce Fields
<bfields@redhat.com>
Tue, 14 Aug 2012 19:27:23 +0000
(15:27 -0400)
committer
J. Bruce Fields
<bfields@redhat.com>
Tue, 21 Aug 2012 21:07:36 +0000
(17:07 -0400)
Whenever we clear XPT_BUSY we should call svc_xprt_enqueue(). Without
that we may fail to notice any events (such as new connections) that
arrived while XPT_BUSY was set.
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
No differences found