diff options
-rw-r--r-- | kernel/bpf/devmap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/bpf/devmap.c b/kernel/bpf/devmap.c index 899364d097f5..d439ee0eadb1 100644 --- a/kernel/bpf/devmap.c +++ b/kernel/bpf/devmap.c | |||
@@ -114,6 +114,7 @@ static struct bpf_map *dev_map_alloc(union bpf_attr *attr) | |||
114 | if (err) | 114 | if (err) |
115 | goto free_dtab; | 115 | goto free_dtab; |
116 | 116 | ||
117 | err = -ENOMEM; | ||
117 | /* A per cpu bitfield with a bit per possible net device */ | 118 | /* A per cpu bitfield with a bit per possible net device */ |
118 | dtab->flush_needed = __alloc_percpu( | 119 | dtab->flush_needed = __alloc_percpu( |
119 | BITS_TO_LONGS(attr->max_entries) * | 120 | BITS_TO_LONGS(attr->max_entries) * |