]> git.baikalelectronics.ru Git - kernel.git/commit
bpf: Remove a redundant comment on bpf_prog_free
authorChristoph Hellwig <hch@lst.de>
Fri, 19 Nov 2021 16:32:12 +0000 (17:32 +0100)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 30 Nov 2021 18:52:11 +0000 (10:52 -0800)
commit8a3503a131c97c19eaadb0af7d84398f72b8c102
tree12466d584e6b4d8add7983e89d8ecba8a7fd0241
parent15c619e35b267f051711c79c4676e69445b9696f
bpf: Remove a redundant comment on bpf_prog_free

The comment telling that the prog_free helper is freeing the program is
not exactly useful, so just remove it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Song Liu <songliubraving@fb.com>
Link: https://lore.kernel.org/bpf/20211119163215.971383-3-hch@lst.de
kernel/bpf/core.c