diff options
| author | Andy Grover <andy.grover@oracle.com> | 2010-01-12 14:41:46 -0800 | 
|---|---|---|
| committer | Andy Grover <andy.grover@oracle.com> | 2010-09-08 18:11:46 -0700 | 
| commit | 809fa148a29467954280fe8b7f97c92403f6293c (patch) | |
| tree | cd04f946f9490a42606436bdf89c7cb5f0ccc733 /net/rds/tcp_recv.c | |
| parent | 6200ed7799d9225f363f157ab61f1566cfd80e19 (diff) | |
| download | olio-linux-3.10-809fa148a29467954280fe8b7f97c92403f6293c.tar.xz olio-linux-3.10-809fa148a29467954280fe8b7f97c92403f6293c.zip  | |
RDS: inc_purge() transport function unused - remove it
Signed-off-by: Andy Grover <andy.grover@oracle.com>
Diffstat (limited to 'net/rds/tcp_recv.c')
| -rw-r--r-- | net/rds/tcp_recv.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rds/tcp_recv.c b/net/rds/tcp_recv.c index ea7382908aa..49c96601078 100644 --- a/net/rds/tcp_recv.c +++ b/net/rds/tcp_recv.c @@ -39,7 +39,7 @@  static struct kmem_cache *rds_tcp_incoming_slab; -void rds_tcp_inc_purge(struct rds_incoming *inc) +static void rds_tcp_inc_purge(struct rds_incoming *inc)  {  	struct rds_tcp_incoming *tinc;  	tinc = container_of(inc, struct rds_tcp_incoming, ti_inc);  |