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)
commit719f8bcc883e7992615f4d5625922e24995e2d98
tree537ba2ab2a43abad53caa83825b8efc897fd1df6
parent21179d81f1de37c93435dce10d2a4378c370ecca
svcrpc: fix xpt_list traversal locking on shutdown

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>
net/sunrpc/svc_xprt.c