]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bpf: Small nf_conn cleanups'
authorMartin KaFai Lau <martin.lau@kernel.org>
Tue, 20 Sep 2022 21:30:35 +0000 (14:30 -0700)
committerMartin KaFai Lau <martin.lau@kernel.org>
Tue, 20 Sep 2022 21:41:38 +0000 (14:41 -0700)
commit323b600fc500343920157be107fd5f91d1c17d96
tree748eab430d6935f0acb4ab2c9aad738d145b4d0d
parentc40171f65fe3e7edd7b20fbf0ab10fb6e48af89b
parentfaab6dc42e3039df784593268d389a97878081ee
Merge branch 'bpf: Small nf_conn cleanups'

Daniel Xu says:

====================

This patchset cleans up a few small things:

* Delete unused stub
* Rename variable to be more descriptive
* Fix some `extern` declaration warnings

Past discussion:
- v2: https://lore.kernel.org/bpf/cover.1663616584.git.dxu@dxuuu.xyz/

Changes since v2:
- Remove unused #include's
- Move #include <linux/filter.h> to .c
====================

Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>