mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 00:21:17 +00:00
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts were two cases of simple overlapping changes, nothing serious. In the UDP case, we need to add a hlist_add_tail_rcu() to linux/rculist.h, because we've moved UDP socket handling away from using nulls lists. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
commit
1602f49b58
317 changed files with 2917 additions and 1788 deletions
|
@ -688,7 +688,7 @@ static int netlink_release(struct socket *sock)
|
|||
|
||||
skb_queue_purge(&sk->sk_write_queue);
|
||||
|
||||
if (nlk->portid) {
|
||||
if (nlk->portid && nlk->bound) {
|
||||
struct netlink_notify n = {
|
||||
.net = sock_net(sk),
|
||||
.protocol = sk->sk_protocol,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue