From: Stefan Hajnoczi Date: Tue, 27 Oct 2015 10:23:30 +0000 (+0000) Subject: SUNRPC: drop stale comment in svc_setup_socket() X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ea833f5de3ab49a0aac79a16633fd510390b83a6;p=linux-beck.git SUNRPC: drop stale comment in svc_setup_socket() The svc_setup_socket() function does set the send and receive buffer sizes, so the comment is out-of-date: Signed-off-by: Stefan Hajnoczi Signed-off-by: J. Bruce Fields --- diff --git a/net/sunrpc/svcsock.c b/net/sunrpc/svcsock.c index 48923730722d..e0c7b3355495 100644 --- a/net/sunrpc/svcsock.c +++ b/net/sunrpc/svcsock.c @@ -1367,7 +1367,6 @@ EXPORT_SYMBOL_GPL(svc_sock_update_bufs); /* * Initialize socket for RPC use and create svc_sock struct - * XXX: May want to setsockopt SO_SNDBUF and SO_RCVBUF. */ static struct svc_sock *svc_setup_socket(struct svc_serv *serv, struct socket *sock,