summaryrefslogtreecommitdiffstats
path: root/net/rds/message.c
diff options
context:
space:
mode:
authorAndy Grover <andy.grover@oracle.com>2010-01-19 18:14:56 -0800
committerAndy Grover <andy.grover@oracle.com>2010-09-08 18:11:54 -0700
commitd37c9359056f4f07b37e59810f0ece1031e280b2 (patch)
treea8521aadd8d6373c0f6944d6447b000ea73aab71 /net/rds/message.c
parentc8de3f1005e8359ea07083e37f3f993646e1adba (diff)
downloadlinux-d37c9359056f4f07b37e59810f0ece1031e280b2.tar.gz
linux-d37c9359056f4f07b37e59810f0ece1031e280b2.tar.xz
RDS: Move loop-only function to loop.c
Also, try to better-document the locking around the rm and its m_inc in loop.c. Signed-off-by: Andy Grover <andy.grover@oracle.com>
Diffstat (limited to 'net/rds/message.c')
-rw-r--r--net/rds/message.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/net/rds/message.c b/net/rds/message.c
index f681690b2bdc..3ea05c864cd4 100644
--- a/net/rds/message.c
+++ b/net/rds/message.c
@@ -89,12 +89,6 @@ void rds_message_put(struct rds_message *rm)
}
EXPORT_SYMBOL_GPL(rds_message_put);
-void rds_message_inc_free(struct rds_incoming *inc)
-{
- struct rds_message *rm = container_of(inc, struct rds_message, m_inc);
- rds_message_put(rm);
-}
-
void rds_message_populate_header(struct rds_header *hdr, __be16 sport,
__be16 dport, u64 seq)
{