From: J. Bruce Fields Date: Tue, 14 Aug 2012 19:27:23 +0000 (-0400) Subject: svcrpc: make svc_create_xprt enqueue on clearing XPT_BUSY X-Git-Tag: v3.7-rc1~24^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3341966943284ab3618a1814cefd693ad9aa736;p=pandora-kernel.git svcrpc: make svc_create_xprt enqueue on clearing XPT_BUSY Whenever we clear XPT_BUSY we should call svc_xprt_enqueue(). Without that we may fail to notice any events (such as new connections) that arrived while XPT_BUSY was set. Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed