From: Tom Tucker Date: Fri, 25 Apr 2008 16:07:10 +0000 (-0500) Subject: svc: Remove extra check for XPT_DEAD bit in svc_xprt_enqueue X-Git-Tag: v2.6.26-rc4~90^2^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc63a050861a53ba99a6222229cda555796d669e;p=pandora-kernel.git svc: Remove extra check for XPT_DEAD bit in svc_xprt_enqueue Remove a redundant check for the XPT_DEAD bit in the svc_xprt_enqueue function. This same bit is checked below while holding the pool lock and prints a debug message if found to be dead. Signed-off-by: Tom Tucker --- Reading git-diff-tree failed