Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea833f5d authored by Stefan Hajnoczi's avatar Stefan Hajnoczi Committed by J. Bruce Fields
Browse files

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: default avatarStefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent 9767feb2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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,