net: drop nopreempt requirement on sock_prot_inuse_add()
authorEric Dumazet <edumazet@google.com>
Mon, 15 Nov 2021 17:11:50 +0000 (09:11 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Nov 2021 13:20:45 +0000 (13:20 +0000)
commitb3cb764aa1d753cf6a58858f9e2097ba71e8100b
tree7f2d751f3ec898f8cfb48df852e8beafdb6000a6
parent4199bae10c49e24bc2c5d8c06a68820d56640000
net: drop nopreempt requirement on sock_prot_inuse_add()

This is distracting really, let's make this simpler,
because many callers had to take care of this
by themselves, even if on x86 this adds more
code than really needed.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sock.h
net/ieee802154/socket.c
net/ipv4/raw.c
net/ipv6/ipv6_sockglue.c
net/netlink/af_netlink.c
net/packet/af_packet.c
net/sctp/socket.c
net/smc/af_smc.c
net/unix/af_unix.c
net/xdp/xsk.c