]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit13c702ad78e4c4a26e4cefc4dbe83208ded888fa
treec60295c458c53a1a382c3879c0afe407d77b5e3e
parent910cc52fe322f325bfabb893323e05b15391d17f
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