Skip to content

Commit

Permalink
RDS: TCP: Remove unused constant
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
sowminiv authored and davem330 committed Mar 19, 2016
1 parent c6a58ff commit a3382e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions net/rds/tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a3382e4

Please sign in to comment.