diff options
author | Andy Grover <andy.grover@oracle.com> | 2010-01-20 03:14:56 +0100 |
---|---|---|
committer | Andy Grover <andy.grover@oracle.com> | 2010-09-09 03:11:54 +0200 |
commit | d37c9359056f4f07b37e59810f0ece1031e280b2 (patch) | |
tree | a8521aadd8d6373c0f6944d6447b000ea73aab71 /net/rds/message.c | |
parent | RDS/IB: Make all flow control code conditional on i_flowctl (diff) | |
download | linux-d37c9359056f4f07b37e59810f0ece1031e280b2.tar.xz linux-d37c9359056f4f07b37e59810f0ece1031e280b2.zip |
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.c | 6 |
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) { |