]> git.baikalelectronics.ru Git - kernel.git/commit
MAINTAINERS: Adjust entry in XDP SOCKETS to actual file name
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Mon, 25 May 2020 14:15:53 +0000 (16:15 +0200)
committerAlexei Starovoitov <ast@kernel.org>
Mon, 1 Jun 2020 21:38:19 +0000 (14:38 -0700)
commitb3766505a9cb84ec54214203fe6ac0c82d3c192c
tree7f5b9f92de0e08446cc5740fd2ff7775514b180f
parent21bcda8268e5874ea72cd5a8d29523724838b74f
MAINTAINERS: Adjust entry in XDP SOCKETS to actual file name

Commit d67be4ed6913 ("xsk: Introduce AF_XDP buffer allocation API") added a
new header file include/net/xsk_buff_pool.h, but commit ee5a4dec64a0
("MAINTAINERS, xsk: Update AF_XDP section after moves/adds") added a file
entry referring to include/net/xsk_buffer_pool.h.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:

  warning: no file matches  F:  include/net/xsk_buffer_pool.h

Adjust the entry in XDP SOCKETS to the actual file name.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20200525141553.7035-1-lukas.bulwahn@gmail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
MAINTAINERS