From: Sowmini Varadhan Date: Thu, 24 Mar 2016 19:13:57 +0000 (-0700) Subject: RDS: TCP: Remove unused constant X-Git-Tag: v4.1.12-92~173^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=9c023045f3dd3d936d69db62587654518d90a1ee;p=users%2Fjedix%2Flinux-maple.git RDS: TCP: Remove unused constant Orabug: 22993275 Upstream commit a3382e408b64 ("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 Reviewed-by: Santosh Shilimkar --- diff --git a/net/rds/tcp.c b/net/rds/tcp.c index f4040d9587cd..57dcca15a7f5 100644 --- a/net/rds/tcp.c +++ b/net/rds/tcp.c @@ -51,8 +51,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);