Skip to content

Commit f3e22f5

Browse files
committed
Revert "deepin: bpf: Fix kabi in bpf_map_owner by using KABI_EXTEND"
deepin inclusion category: kabi This reverts commit 3ab9823. We release new kabi version, revert it. Link: deepin-community#1368 Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
1 parent 2137602 commit f3e22f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/bpf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ struct bpf_map_owner {
276276
bool xdp_has_frags;
277277
u64 storage_cookie[MAX_BPF_CGROUP_STORAGE_TYPE];
278278
const struct btf_type *attach_func_proto;
279-
DEEPIN_KABI_EXTEND(enum bpf_attach_type expected_attach_type)
279+
enum bpf_attach_type expected_attach_type;
280280
};
281281

282282
struct bpf_map {

0 commit comments

Comments
 (0)