svcrpc: no need for XPT_DEAD check in svc_xprt_enqueue
authorJ. Bruce Fields <bfields@redhat.com>
Sat, 23 Oct 2010 15:23:46 +0000 (11:23 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Mon, 25 Oct 2010 21:59:33 +0000 (17:59 -0400)
commit01dba075d571f5a8b7dcb153fdfd14e981c4cee3
treeb443dff71fd4addcd11b873f356bbd247cadaa43
parentac9303eb74471bc2567960b47497a8bfbe1e5a03
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: J. Bruce Fields <bfields@redhat.com>
net/sunrpc/svc_xprt.c