| commit | fb2211a57c110b4ced3cb7f8570bd7246acf2d04 | [log] [tgz] |
|---|---|---|
| author | David Vernet <void@manifault.com> | Sat Mar 25 16:31:45 2023 -0500 |
| committer | Alexei Starovoitov <ast@kernel.org> | Sat Mar 25 16:56:22 2023 -0700 |
| tree | 1d94a550acc6b2ee4a15129002a1a3bbbbea80b3 | |
| parent | 1431d0b584a673ea690c88a5f7e1aedd9caf0e84 [diff] |
bpf: Remove now-unnecessary NULL checks for KF_RELEASE kfuncs Now that we're not invoking kfunc destructors when the kptr in a map was NULL, we no longer require NULL checks in many of our KF_RELEASE kfuncs. This patch removes those NULL checks. Signed-off-by: David Vernet <void@manifault.com> Link: https://lore.kernel.org/r/20230325213144.486885-3-void@manifault.com Signed-off-by: Alexei Starovoitov <ast@kernel.org>