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)
commitc3341966943284ab3618a1814cefd693ad9aa736
tree7319ce55f509fc2a3ef119b8d9d4eabd138b9a80
parenta8e10078a87c8a2c3c8d0f9856c0f74272fc0f74
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 <bfields@redhat.com>
net/sunrpc/svc_xprt.c