summaryrefslogtreecommitdiffstats
path: root/net/netlink
diff options
context:
space:
mode:
authorJ. Bruce Fields2010-10-26 00:11:21 +0200
committerJ. Bruce Fields2010-11-20 00:35:11 +0100
commitf8c0d226fef05226ff1a85055c8ed663022f40c1 (patch)
tree4c9a41dc3283b9e4b3f7ef891b7d4a874741abe6 /net/netlink
parentnfsd4: centralize more calls to svc_xprt_received (diff)
downloadkernel-qcow2-linux-f8c0d226fef05226ff1a85055c8ed663022f40c1.tar.gz
kernel-qcow2-linux-f8c0d226fef05226ff1a85055c8ed663022f40c1.tar.xz
kernel-qcow2-linux-f8c0d226fef05226ff1a85055c8ed663022f40c1.zip
svcrpc: simplify svc_close_all
There's no need to be fooling with XPT_BUSY now that all the threads are gone. The list_del_init() here could execute at the same time as the svc_xprt_enqueue()'s list_add_tail(), with undefined results. We don't really care at this point, but it might result in a spurious list-corruption warning or something. And svc_close() isn't adding any value; just call svc_delete_xprt() directly. Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'net/netlink')
0 files changed, 0 insertions, 0 deletions