mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
rtnetlink: remove pad field in ndo_fdb_dump_context
I chose to remove this field in a separate patch to ease potential bisection, in case one ndo_fdb_dump() is still using the old way (cb->args[2] instead of ctx->fdb_idx) Signed-off-by: Eric Dumazet <edumazet@google.com> Reviewed-by: Ido Schimmel <idosch@nvidia.com> Reviewed-by: Kuniyuki Iwashima <kuniyu@amazon.com> Link: https://patch.msgid.link/20241209100747.2269613-4-edumazet@google.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
53970a05f7
commit
53a6d89123
|
|
@ -181,7 +181,6 @@ void rtnl_kfree_skbs(struct sk_buff *head, struct sk_buff *tail);
|
|||
/* Shared by rtnl_fdb_dump() and various ndo_fdb_dump() helpers. */
|
||||
struct ndo_fdb_dump_context {
|
||||
unsigned long ifindex;
|
||||
unsigned long pad;
|
||||
unsigned long fdb_idx;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user