From: J. Bruce Fields Date: Sat, 23 Oct 2010 15:23:46 +0000 (-0400) Subject: svcrpc: no need for XPT_DEAD check in svc_xprt_enqueue X-Git-Tag: v2.6.37-rc1~113^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01dba075d571f5a8b7dcb153fdfd14e981c4cee3;p=pandora-kernel.git 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 --- Reading git-diff-tree failed