diff options
Diffstat (limited to 'net/rds/loop.c')
-rw-r--r-- | net/rds/loop.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/rds/loop.c b/net/rds/loop.c index 6b12b68541ae..814173b466d9 100644 --- a/net/rds/loop.c +++ b/net/rds/loop.c | |||
@@ -95,8 +95,9 @@ out: | |||
95 | */ | 95 | */ |
96 | static void rds_loop_inc_free(struct rds_incoming *inc) | 96 | static void rds_loop_inc_free(struct rds_incoming *inc) |
97 | { | 97 | { |
98 | struct rds_message *rm = container_of(inc, struct rds_message, m_inc); | 98 | struct rds_message *rm = container_of(inc, struct rds_message, m_inc); |
99 | rds_message_put(rm); | 99 | |
100 | rds_message_put(rm); | ||
100 | } | 101 | } |
101 | 102 | ||
102 | /* we need to at least give the thread something to succeed */ | 103 | /* we need to at least give the thread something to succeed */ |