From: Sowmini Varadhan Date: Wed, 16 Mar 2016 18:38:13 +0000 (-0700) Subject: RDS: TCP: Remove unused constant X-Git-Tag: v4.6-rc1~91^2~6^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a3382e408b645b4f68ec01f9c048e356c62598fb;p=karo-tx-linux.git 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 Signed-off-by: David S. Miller --- 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);