]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
svcrpc: destroy server sockets all at once
authorJ. Bruce Fields <bfields@redhat.com>
Tue, 29 Nov 2011 16:35:35 +0000 (11:35 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 25 Jan 2012 21:53:22 +0000 (13:53 -0800)
commit4ad71a69292de1f9d8f7a38a3f7e6508e89b3089
treeacbbde06d305ec7f004dcc973ac9359ee02c2a30
parentda27d545251bf5d1216307ada756bf747a46b6e4
svcrpc: destroy server sockets all at once

commit 2fefb8a09e7ed251ae8996e0c69066e74c5aa560 upstream.

There's no reason I can see that we need to call sv_shutdown between
closing the two lists of sockets.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/sunrpc/svcsock.h
net/sunrpc/svc.c
net/sunrpc/svc_xprt.c