Skip to content

Commit a3382e4

Browse files
sowminivdavem330
authored andcommitted
RDS: TCP: Remove unused constant
RDS_TCP_DEFAULT_BUFSIZE has been unused since commit 1edd6a1 ("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>
1 parent c6a58ff commit a3382e4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

net/rds/tcp.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ static LIST_HEAD(rds_tcp_conn_list);
5252

5353
static struct kmem_cache *rds_tcp_conn_slab;
5454

55-
#define RDS_TCP_DEFAULT_BUFSIZE (128 * 1024)
56-
5755
static int rds_tcp_skbuf_handler(struct ctl_table *ctl, int write,
5856
void __user *buffer, size_t *lenp,
5957
loff_t *fpos);

0 commit comments

Comments
 (0)