Skip to content
Commit 01dba075 authored by J. Bruce Fields's avatar J. Bruce Fields
Browse files

svcrpc: no need for XPT_DEAD check in svc_xprt_enqueue



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: default avatarJ. Bruce Fields <bfields@redhat.com>
parent ac9303eb
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