Re: [RFC PATCH v2 4/5] bpf: Add a OOM policy test

From: Bixuan Cui
Date: Wed Sep 13 2023 - 03:55:54 EST




在 2023/8/10 16:13, Chuyi Zhou 写道:
+ +void test_oom_policy(void) +{ + struct oom_policy *skel; + struct bpf_link *link;
'link' doesn't seem to be used.

Thanks
Bixuan Cui