commit | b2e2f0e6a6f910c906c083584b6e0afd12266f22 | [log] [tgz] |
---|---|---|
author | YueHaibing <yuehaibing@huawei.com> | Tue Nov 19 22:21:13 2019 +0800 |
committer | Alexei Starovoitov <ast@kernel.org> | Tue Nov 19 16:57:32 2019 -0800 |
tree | 0272beb392994457c73e9980ef630ca9688eb3a2 | |
parent | 24f65050276a4f82d5832e974dabfb5be5c07c39 [diff] |
bpf: Make array_map_mmap static Fix sparse warning: kernel/bpf/arraymap.c:481:5: warning: symbol 'array_map_mmap' was not declared. Should it be static? Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Acked-by: Andrii Nakryiko <andriin@fb.com> Link: https://lore.kernel.org/bpf/20191119142113.15388-1-yuehaibing@huawei.com