svcrpc: fix xpt_list traversal locking on shutdown
authorJ. Bruce Fields <bfields@redhat.com>
Mon, 13 Aug 2012 21:03:00 +0000 (17:03 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Tue, 21 Aug 2012 18:08:40 +0000 (14:08 -0400)
Server threads are not running at this point, but svc_age_temp_xprts
still may be, so we need this locking.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>

No differences found