]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0d48efb36f0103c4f3d7a877e2e5817a2b91b4dc
treee674df8ab7e5029d14c2eeedfd97b75097d697cd
parent04d7cdeda5ace9b41a4eed7f151c6b95edc9aecb
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