mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 07:01:57 +00:00
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>
This commit is contained in:
parent
9767feb2c6
commit
ea833f5de3
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user