net: inline sock_prot_inuse_add()
authorEric Dumazet <edumazet@google.com>
Mon, 15 Nov 2021 17:11:47 +0000 (09:11 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Nov 2021 13:20:45 +0000 (13:20 +0000)
commit2a12ae5d433df3d3c3f1a930799ec09cb2b8058f
treec60295c458c53a1a382c3879c0afe407d77b5e3e
parentabc3342a09a74dcaaf11e6560c2ae859171f1167
net: inline sock_prot_inuse_add()

sock_prot_inuse_add() is very small, we can inline it.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sock.h
net/core/sock.c