bpf: Eliminate rlimit-based memory accounting infra for bpf maps
[linux-2.6-microblaze.git] / tools / testing / selftests / bpf / progs / bpf_iter_bpf_map.c
index 08651b2..b83b5d2 100644 (file)
@@ -23,6 +23,6 @@ int dump_bpf_map(struct bpf_iter__bpf_map *ctx)
 
        BPF_SEQ_PRINTF(seq, "%8u %8ld %8ld %10lu\n", map->id, map->refcnt.counter,
                       map->usercnt.counter,
-                      map->memory.user->locked_vm.counter);
+                      0LLU);
        return 0;
 }