aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Hajnoczi <stefanha@redhat.com>2015-10-27 06:23:30 -0400
committerJ. Bruce Fields <bfields@redhat.com>2015-11-10 09:25:50 -0500
commitea833f5de3ab49a0aac79a16633fd510390b83a6 (patch)
tree6b0364deb6d41e961e7f6ccec4393687417d5f65
parent9767feb2c64b29775f1ea683130b44f95f67d169 (diff)
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 <stefanha@redhat.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
-rw-r--r--net/sunrpc/svcsock.c1
1 files changed, 0 insertions, 1 deletions
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);
1367 1367
1368/* 1368/*
1369 * Initialize socket for RPC use and create svc_sock struct 1369 * Initialize socket for RPC use and create svc_sock struct
1370 * XXX: May want to setsockopt SO_SNDBUF and SO_RCVBUF.
1371 */ 1370 */
1372static struct svc_sock *svc_setup_socket(struct svc_serv *serv, 1371static struct svc_sock *svc_setup_socket(struct svc_serv *serv,
1373 struct socket *sock, 1372 struct socket *sock,