From: Stefan Hajnoczi Date: Tue, 27 Oct 2015 10:23:30 +0000 (+0000) Subject: SUNRPC: drop stale comment in svc_setup_socket() X-Git-Tag: KARO-TX6UL-2015-11-03~110^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1bc483f959c892f3ad324f1957a9fe97e7873981;p=karo-tx-linux.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 1f71eece04d3..822ca6c1a529 100644 --- a/net/sunrpc/svcsock.c +++ b/net/sunrpc/svcsock.c @@ -1392,7 +1392,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,