bpf: Fix renaming task_getsecid_subj->current_getsecid_subj.
authorAlexei Starovoitov <ast@kernel.org>
Tue, 25 Jan 2022 04:20:51 +0000 (20:20 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 25 Jan 2022 04:20:51 +0000 (20:20 -0800)
commit63ee956f69d8c181e5251c7ce58b84c1edec0f6a
treef863548feedc3cb5e61ecbc8bb76ae85980a5a5b
parente52984be9a522fb55c8f3e3df860d464d6658585
bpf: Fix renaming task_getsecid_subj->current_getsecid_subj.

The commit 6326948f940d missed renaming of task->current LSM hook in BTF_ID.
Fix it to silence build warning:
WARN: resolve_btfids: unresolved symbol bpf_lsm_task_getsecid_subj

Fixes: 6326948f940d ("lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()")
Acked-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
kernel/bpf/bpf_lsm.c