projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9767feb
)
SUNRPC: drop stale comment in svc_setup_socket()
author
Stefan Hajnoczi
<stefanha@redhat.com>
Tue, 27 Oct 2015 10:23:30 +0000
(10:23 +0000)
committer
J. Bruce Fields
<bfields@redhat.com>
Tue, 10 Nov 2015 14:25:50 +0000
(09:25 -0500)
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>
net/sunrpc/svcsock.c
patch
|
blob
|
history
diff --git
a/net/sunrpc/svcsock.c
b/net/sunrpc/svcsock.c
index 48923730722d6093224faee5af900daae236326a..e0c7b33554959c16a33f7b33699248fa83b836f6 100644
(file)
--- 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,