OSDN Git Service

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)
commitbfa8fe95ffe8d62576cf47bf58df5c9da9214723
tree748eab430d6935f0acb4ab2c9aad738d145b4d0d
parentc31b38cb948ee7d3317139f005fa1f90de4a06b7
parentfdf214978a71b2749d26f6da2b1d51d9ac23831d
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>