]> 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)
commit94afc38262fc1ad6e04255455dc2d1f919bd6def
tree748eab430d6935f0acb4ab2c9aad738d145b4d0d
parentddc854d371cfefa826f1e93dca5a284c20d5d827
parent774a49113e9b7812a35a4343b8e05a30ae76dd87
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>