diff options
author | Andy Grover <andy.grover@oracle.com> | 2010-01-19 21:14:56 -0500 |
---|---|---|
committer | Andy Grover <andy.grover@oracle.com> | 2010-09-08 21:11:54 -0400 |
commit | d37c9359056f4f07b37e59810f0ece1031e280b2 (patch) | |
tree | a8521aadd8d6373c0f6944d6447b000ea73aab71 /net/rds/message.c | |
parent | c8de3f1005e8359ea07083e37f3f993646e1adba (diff) |
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) | |||
89 | } | 89 | } |
90 | EXPORT_SYMBOL_GPL(rds_message_put); | 90 | EXPORT_SYMBOL_GPL(rds_message_put); |
91 | 91 | ||
92 | void rds_message_inc_free(struct rds_incoming *inc) | ||
93 | { | ||
94 | struct rds_message *rm = container_of(inc, struct rds_message, m_inc); | ||
95 | rds_message_put(rm); | ||
96 | } | ||
97 | |||
98 | void rds_message_populate_header(struct rds_header *hdr, __be16 sport, | 92 | void rds_message_populate_header(struct rds_header *hdr, __be16 sport, |
99 | __be16 dport, u64 seq) | 93 | __be16 dport, u64 seq) |
100 | { | 94 | { |