Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bpf: lsm: Remove hook to bpf_task_storage_free
free_task() already calls bpf_task_storage_free(). It is not necessary to call it again on security_task_free(). Remove the hook. Signed-off-by: Song Liu <[email protected]> Signed-off-by: Martin KaFai Lau <[email protected]> Acked-by: Matt Bobrowski <[email protected]> Link: https://patch.msgid.link/[email protected]
- Loading branch information