From 20964067714048c26f9eaf25997ae8738511a047 Mon Sep 17 00:00:00 2001 From: Sowmini Varadhan Date: Wed, 16 Mar 2016 11:38:13 -0700 Subject: [PATCH] RDS: TCP: Remove unused constant RDS_TCP_DEFAULT_BUFSIZE has been unused since commit 7d3ec0971f34 ("RDS-TCP: Do not bloat sndbuf/rcvbuf in rds_tcp_tune"). Signed-off-by: Sowmini Varadhan Signed-off-by: David S. Miller --- net/rds/tcp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/net/rds/tcp.c b/net/rds/tcp.c index 3802785404658..61ed2a8764ba4 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); -- 2.39.5