From: J. Bruce Fields Date: Sat, 23 Oct 2010 15:04:12 +0000 (-0400) Subject: svcrpc: never clear XPT_BUSY on dead xprt X-Git-Tag: v2.6.37-rc1~113^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e4fdd0744fcb9f08854c37643bf529c5945cc36;p=pandora-kernel.git svcrpc: never clear XPT_BUSY on dead xprt Once an xprt has been deleted, there's no reason to allow it to be enqueued--at worst, that might cause the xprt to be re-added to some global list, resulting in later corruption. Also, note this leaves us with no need for the reference-count manipulation here. Reviewed-by: NeilBrown Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed