diff --git a/[refs] b/[refs] index 919afb33aac2..fc2efdd16bf6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0a384b226f61b310586701669b573b49cfcbf436 +refs/heads/master: 5d414521663295ce25c90164f4d41a07ac846468 diff --git a/trunk/net/sctp/bind_addr.c b/trunk/net/sctp/bind_addr.c index 6338413376c8..83e3011c19ca 100644 --- a/trunk/net/sctp/bind_addr.c +++ b/trunk/net/sctp/bind_addr.c @@ -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); } }