Message ID | 20210324220138.3280384-1-eric.dumazet@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | d1c5688087a0904606a77ae4803f13777f8dd7d5 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net-next] tcp_metrics: tcpm_hash_bucket is strictly local | expand |
Context | Check | Description |
---|---|---|
netdev/cover_letter | success | Link |
netdev/fixes_present | success | Link |
netdev/patch_count | success | Link |
netdev/tree_selection | success | Clearly marked for net-next |
netdev/subject_prefix | success | Link |
netdev/cc_maintainers | warning | 5 maintainers not CCed: dsahern@kernel.org idosch@nvidia.com roopa@cumulusnetworks.com amcohen@nvidia.com weiwan@google.com |
netdev/source_inline | success | Was 0 now: 0 |
netdev/verify_signedoff | success | Link |
netdev/module_param | success | Was 0 now: 0 |
netdev/build_32bit | success | Errors and warnings before: 7067 this patch: 7067 |
netdev/kdoc | success | Errors and warnings before: 0 this patch: 0 |
netdev/verify_fixes | success | Link |
netdev/checkpatch | success | total: 0 errors, 0 warnings, 0 checks, 7 lines checked |
netdev/build_allmodconfig_warn | success | Errors and warnings before: 7283 this patch: 7283 |
netdev/header_inline | success | Link |
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 24 Mar 2021 15:01:38 -0700 you wrote: > From: Eric Dumazet <edumazet@google.com> > > After commit 098a697b497e ("tcp_metrics: Use a single hash table > for all network namespaces."), tcpm_hash_bucket is local to > net/ipv4/tcp_metrics.c > > Signed-off-by: Eric Dumazet <edumazet@google.com> > > [...] Here is the summary with links: - [net-next] tcp_metrics: tcpm_hash_bucket is strictly local https://git.kernel.org/netdev/net-next/c/d1c5688087a0 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
diff --git a/include/net/netns/ipv4.h b/include/net/netns/ipv4.h index 70a2a085dd1aecc0b4cbbe9d2f678bb53bd84051..9e3cb2722b804bc6618632128185c311e5210146 100644 --- a/include/net/netns/ipv4.h +++ b/include/net/netns/ipv4.h @@ -11,7 +11,6 @@ #include <linux/rcupdate.h> #include <linux/siphash.h> -struct tcpm_hash_bucket; struct ctl_table_header; struct ipv4_devconf; struct fib_rules_ops;