Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ebieder...
[linux-2.6-microblaze.git] / net / core / bpf_sk_storage.c
index 4edd033..cc3712a 100644 (file)
@@ -89,7 +89,7 @@ static void bpf_sk_storage_map_free(struct bpf_map *map)
 
        smap = (struct bpf_local_storage_map *)map;
        bpf_local_storage_cache_idx_free(&sk_cache, smap->cache_idx);
-       bpf_local_storage_map_free(smap);
+       bpf_local_storage_map_free(smap, NULL);
 }
 
 static struct bpf_map *bpf_sk_storage_map_alloc(union bpf_attr *attr)