bpf: Split bpf_local_storage to bpf_sk_storage
authorKP Singh <kpsingh@google.com>
Tue, 25 Aug 2020 18:29:16 +0000 (20:29 +0200)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 25 Aug 2020 22:00:04 +0000 (15:00 -0700)
commit450af8d0f6be2e7dd2a528a3fb054bb726bf1747
treee674df8ab7e5029d14c2eeedfd97b75097d697cd
parentf836a56e84ffc9f1a1cd73f77e10404ca46a4616
bpf: Split bpf_local_storage to bpf_sk_storage

A purely mechanical change:

bpf_sk_storage.c = bpf_sk_storage.c + bpf_local_storage.c
bpf_sk_storage.h = bpf_sk_storage.h + bpf_local_storage.h

Signed-off-by: KP Singh <kpsingh@google.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Martin KaFai Lau <kafai@fb.com>
Link: https://lore.kernel.org/bpf/20200825182919.1118197-5-kpsingh@chromium.org
include/linux/bpf_local_storage.h [new file with mode: 0644]
include/net/bpf_sk_storage.h
kernel/bpf/Makefile
kernel/bpf/bpf_local_storage.c [new file with mode: 0644]
net/core/bpf_sk_storage.c