diff options
Diffstat (limited to 'kernel/bpf/local_storage.c')
-rw-r--r-- | kernel/bpf/local_storage.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/bpf/local_storage.c b/kernel/bpf/local_storage.c index 0bd9f19fc557..6742292fb39e 100644 --- a/kernel/bpf/local_storage.c +++ b/kernel/bpf/local_storage.c | |||
@@ -7,7 +7,8 @@ | |||
7 | #include <linux/rbtree.h> | 7 | #include <linux/rbtree.h> |
8 | #include <linux/slab.h> | 8 | #include <linux/slab.h> |
9 | 9 | ||
10 | DEFINE_PER_CPU(void*, bpf_cgroup_storage[MAX_BPF_CGROUP_STORAGE_TYPE]); | 10 | DEFINE_PER_CPU(struct bpf_cgroup_storage*, |
11 | bpf_cgroup_storage[MAX_BPF_CGROUP_STORAGE_TYPE]); | ||
11 | 12 | ||
12 | #ifdef CONFIG_CGROUP_BPF | 13 | #ifdef CONFIG_CGROUP_BPF |
13 | 14 | ||