commit | 4cbd23cc92c49173e402753cab62b8a7754ed18f | [log] [tgz] |
---|---|---|
author | Martin KaFai Lau <martin.lau@kernel.org> | Tue Mar 07 22:59:20 2023 -0800 |
committer | Alexei Starovoitov <ast@kernel.org> | Fri Mar 10 11:05:28 2023 -0800 |
tree | 7fd8a6083360c30337ab10b60e87989eeadf10a5 | |
parent | 4a54de65964d37c3929379271ab31355e93ccddf [diff] |
bpf: Move a few bpf_local_storage functions to static scope This patch moves the bpf_local_storage_free_rcu() and bpf_selem_unlink_map() to static because they are not used outside of bpf_local_storage.c. Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org> Link: https://lore.kernel.org/r/20230308065936.1550103-2-martin.lau@linux.dev Signed-off-by: Alexei Starovoitov <ast@kernel.org>