projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6a58ff
)
RDS: TCP: Remove unused constant
author
Sowmini Varadhan
<sowmini.varadhan@oracle.com>
Wed, 16 Mar 2016 18:38:13 +0000
(11:38 -0700)
committer
David S. Miller
<davem@davemloft.net>
Sat, 19 Mar 2016 02:25:41 +0000
(22:25 -0400)
RDS_TCP_DEFAULT_BUFSIZE has been unused since commit
1edd6a14d24f
("RDS-TCP: Do not bloat sndbuf/rcvbuf in rds_tcp_tune").
Signed-off-by: Sowmini Varadhan <sowmini.varadhan@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rds/tcp.c
patch
|
blob
|
blame
|
history
diff --git
a/net/rds/tcp.c
b/net/rds/tcp.c
index 3802785404658deead5b5b5e22441cadcb8fc489..61ed2a8764ba4c7a66788d7843cef18abb9e904a 100644
(file)
--- a/
net/rds/tcp.c
+++ b/
net/rds/tcp.c
@@
-52,8
+52,6
@@
static LIST_HEAD(rds_tcp_conn_list);
static struct kmem_cache *rds_tcp_conn_slab;
-#define RDS_TCP_DEFAULT_BUFSIZE (128 * 1024)
-
static int rds_tcp_skbuf_handler(struct ctl_table *ctl, int write,
void __user *buffer, size_t *lenp,
loff_t *fpos);