X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=blobdiff_plain;f=kernel%2Fbpf%2Flocal_storage.c;h=bed9d48a7ae9582928c0ab4c59dd931fea61f1bd;hp=c97a8f968638c6da0c2ec32c591753f69af59e15;hb=575d7d0d6f5c6feb896fae2e70578a1ab6d474b5;hpb=f0718d792b8a6d4b5ddc929e418ac57cc4897375 diff --git a/kernel/bpf/local_storage.c b/kernel/bpf/local_storage.c index c97a8f968638..bed9d48a7ae9 100644 --- a/kernel/bpf/local_storage.c +++ b/kernel/bpf/local_storage.c @@ -139,7 +139,8 @@ static int cgroup_storage_update_elem(struct bpf_map *map, void *_key, return -ENOENT; new = kmalloc_node(sizeof(struct bpf_storage_buffer) + - map->value_size, __GFP_ZERO | GFP_USER, + map->value_size, + __GFP_ZERO | GFP_ATOMIC | __GFP_NOWARN, map->numa_node); if (!new) return -ENOMEM;