Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221627
b: refs/heads/master
c: 58c490b
h: refs/heads/master
i:
  221625: 9875e72
  221623: a621d88
v: v3
  • Loading branch information
Pavel Emelyanov authored and David S. Miller committed Nov 4, 2010
1 parent c800354 commit 37c4ccd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 53ab2221da7676dd0f161bec5e1520e56b74a865
refs/heads/master: 58c490babd4b425310363cbd1f406d7e508f77a5
4 changes: 4 additions & 0 deletions trunk/net/rds/loop.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,12 @@ static int rds_loop_conn_alloc(struct rds_connection *conn, gfp_t gfp)
static void rds_loop_conn_free(void *arg)
{
struct rds_loop_connection *lc = arg;
unsigned long flags;

rdsdebug("lc %p\n", lc);
spin_lock_irqsave(&loop_conns_lock, flags);
list_del(&lc->loop_node);
spin_unlock_irqrestore(&loop_conns_lock, flags);
kfree(lc);
}

Expand Down

0 comments on commit 37c4ccd

Please sign in to comment.