svcrpc: make svc_create_xprt enqueue on clearing XPT_BUSY
authorJ. Bruce Fields <bfields@redhat.com>
Tue, 14 Aug 2012 19:27:23 +0000 (15:27 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Tue, 21 Aug 2012 21:07:36 +0000 (17:07 -0400)
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 <bfields@redhat.com>

No differences found