OSDN Git Service

bpf: fix references to free_bpf_prog_info() in comments
authorJakub Kicinski <jakub.kicinski@netronome.com>
Fri, 4 May 2018 01:37:17 +0000 (18:37 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Aug 2018 14:24:37 +0000 (16:24 +0200)
commitb23dab51e987787e358397b24831505668625b8a
tree2296c51aa8e8e8b850acf2847cb34feb282c2be1
parentb9229445a4ae6237150d86a095586c094a1b967c
bpf: fix references to free_bpf_prog_info() in comments

[ Upstream commit ab7f5bf0928be2f148d000a6eaa6c0a36e74750e ]

Comments in the verifier refer to free_bpf_prog_info() which
seems to have never existed in tree.  Replace it with
free_used_maps().

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
kernel/bpf/verifier.c