diff options
Diffstat (limited to 'kernel/bpf/syscall.c')
-rw-r--r-- | kernel/bpf/syscall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/bpf/syscall.c b/kernel/bpf/syscall.c index ebf0fb23e237..2bac0dc8baba 100644 --- a/kernel/bpf/syscall.c +++ b/kernel/bpf/syscall.c | |||
@@ -1068,7 +1068,7 @@ struct bpf_prog *bpf_prog_inc_not_zero(struct bpf_prog *prog) | |||
1068 | } | 1068 | } |
1069 | EXPORT_SYMBOL_GPL(bpf_prog_inc_not_zero); | 1069 | EXPORT_SYMBOL_GPL(bpf_prog_inc_not_zero); |
1070 | 1070 | ||
1071 | static bool bpf_prog_get_ok(struct bpf_prog *prog, | 1071 | bool bpf_prog_get_ok(struct bpf_prog *prog, |
1072 | enum bpf_prog_type *attach_type, bool attach_drv) | 1072 | enum bpf_prog_type *attach_type, bool attach_drv) |
1073 | { | 1073 | { |
1074 | /* not an attachment, just a refcount inc, always allow */ | 1074 | /* not an attachment, just a refcount inc, always allow */ |