commit | c3341966943284ab3618a1814cefd693ad9aa736 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Tue Aug 14 15:27:23 2012 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Tue Aug 21 17:07:36 2012 -0400 |
tree | 7319ce55f509fc2a3ef119b8d9d4eabd138b9a80 | |
parent | a8e10078a87c8a2c3c8d0f9856c0f74272fc0f74 [diff] |
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>