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/iw.h | |
parent | 6200ed7799d9225f363f157ab61f1566cfd80e19 (diff) | |
download | linux-809fa148a29467954280fe8b7f97c92403f6293c.tar.bz2 |
RDS: inc_purge() transport function unused - remove it
Signed-off-by: Andy Grover <andy.grover@oracle.com>
Diffstat (limited to 'net/rds/iw.h')
-rw-r--r-- | net/rds/iw.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/rds/iw.h b/net/rds/iw.h index eef2f0c28476..6f08300851ad 100644 --- a/net/rds/iw.h +++ b/net/rds/iw.h @@ -326,7 +326,6 @@ void rds_iw_recv_exit(void); int rds_iw_recv(struct rds_connection *conn); int rds_iw_recv_refill(struct rds_connection *conn, gfp_t kptr_gfp, gfp_t page_gfp, int prefill); -void rds_iw_inc_purge(struct rds_incoming *inc); void rds_iw_inc_free(struct rds_incoming *inc); int rds_iw_inc_copy_to_user(struct rds_incoming *inc, struct iovec *iov, size_t size); |