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:
ac9303e
)
svcrpc: no need for XPT_DEAD check in svc_xprt_enqueue
author
J. Bruce Fields
<bfields@redhat.com>
Sat, 23 Oct 2010 15:23:46 +0000
(11:23 -0400)
committer
J. Bruce Fields
<bfields@redhat.com>
Mon, 25 Oct 2010 21:59:33 +0000
(17:59 -0400)
If any xprt marked DEAD is also left BUSY for the rest of its life, then
the XPT_DEAD check here is superfluous--we'll get the same result from
the XPT_BUSY check just after.
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
net/sunrpc/svc_xprt.c
patch
|
blob
|
history
diff --cc
net/sunrpc/svc_xprt.c
Simple merge