Message ID | 20241209100747.2269613-4-edumazet@google.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 53a6d8912372fc23ea82cc7a49eb59047aa0a650 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | net: prepare for removal of net->dev_index_head | expand |
diff --git a/include/linux/rtnetlink.h b/include/linux/rtnetlink.h index 2b17d7eebd92342e472b9eb3b2ade84bc8ae2e94..af668b79eb757c86970b2455d9d820c902699a13 100644 --- a/include/linux/rtnetlink.h +++ b/include/linux/rtnetlink.h @@ -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; };