From e4dc2acd35161e0fb3e44fd80fbe891b141fc70b Mon Sep 17 00:00:00 2001 From: Andrii Nakryiko Date: Mon, 6 Oct 2025 11:01:27 -0700 Subject: [PATCH] sync: auto-generate latest BPF helpers Latest changes to BPF helper definitions. Signed-off-by: Andrii Nakryiko --- src/bpf_helper_defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bpf_helper_defs.h b/src/bpf_helper_defs.h index 75781ac..1c27e8b 100644 --- a/src/bpf_helper_defs.h +++ b/src/bpf_helper_defs.h @@ -3558,7 +3558,7 @@ static int (* const bpf_inode_storage_delete)(void *map, void *inode) = (void *) * including the trailing NUL character. On error, a negative * value. */ -static long (* const bpf_d_path)(struct path *path, char *buf, __u32 sz) = (void *) 147; +static long (* const bpf_d_path)(const struct path *path, char *buf, __u32 sz) = (void *) 147; /* * bpf_copy_from_user