Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247812
b: refs/heads/master
c: 5d41452
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed May 21, 2011
1 parent 650e96b commit 84006fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0a384b226f61b310586701669b573b49cfcbf436
refs/heads/master: 5d414521663295ce25c90164f4d41a07ac846468
2 changes: 1 addition & 1 deletion trunk/net/sctp/bind_addr.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ static void sctp_bind_addr_clean(struct sctp_bind_addr *bp)
/* Empty the bind address list. */
list_for_each_entry_safe(addr, temp, &bp->address_list, list) {
list_del_rcu(&addr->list);
call_rcu(&addr->rcu, sctp_local_addr_free);
kfree_rcu(addr, rcu);
SCTP_DBG_OBJCNT_DEC(addr);
}
}
Expand Down

0 comments on commit 84006fa

Please sign in to comment.