diff options
| author | Eric Dumazet <[email protected]> | 2024-04-29 13:40:24 +0000 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2024-05-01 01:46:52 +0000 |
| commit | f3d93817fba30a8d3508fa990405039c0820dca3 (patch) | |
| tree | 7d579ae7e5402413d7c5c305d624b5526af94fa6 /net/ipv4/proc.c | |
| parent | tcp: move tcp_out_of_memory() to net/ipv4/tcp.c (diff) | |
| download | kernel-f3d93817fba30a8d3508fa990405039c0820dca3.tar.gz kernel-f3d93817fba30a8d3508fa990405039c0820dca3.zip | |
net: add <net/proto_memory.h>
Move some proto memory definitions out of <net/sock.h>
Very few files need them, and following patch
will include <net/hotdata.h> from <net/proto_memory.h>
Signed-off-by: Eric Dumazet <[email protected]>
Reviewed-by: David Ahern <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/ipv4/proc.c')
| -rw-r--r-- | net/ipv4/proc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/proc.c b/net/ipv4/proc.c index 914bc9c35cc7..6c4664c681ca 100644 --- a/net/ipv4/proc.c +++ b/net/ipv4/proc.c @@ -33,6 +33,7 @@ #include <net/protocol.h> #include <net/tcp.h> #include <net/mptcp.h> +#include <net/proto_memory.h> #include <net/udp.h> #include <net/udplite.h> #include <linux/bottom_half.h> |
