summaryrefslogtreecommitdiff
path: root/net/rds
diff options
context:
space:
mode:
authorSowmini Varadhan <sowmini.varadhan@oracle.com>2016-03-16 11:38:13 -0700
committerDavid S. Miller <davem@davemloft.net>2016-03-18 22:25:41 -0400
commita3382e408b645b4f68ec01f9c048e356c62598fb (patch)
tree4b57cd88bdb39ff9025cafb3f9b8fcbe22660b6c /net/rds
parentc6a58ffed53612be86b758df1cdb0b0f4305e9cb (diff)
RDS: TCP: Remove unused constant
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>
Diffstat (limited to 'net/rds')
-rw-r--r--net/rds/tcp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/rds/tcp.c b/net/rds/tcp.c
index 380278540465..61ed2a8764ba 100644
--- 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);