commit | e02a06b2a7c6e8b43c60ed8e0181172231af13d7 | [log] [tgz] |
---|---|---|
author | Vivien Didelot <vivien.didelot@savoirfairelinux.com> | Tue Sep 29 12:07:14 2015 -0400 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 29 21:31:59 2015 -0700 |
tree | 39b1c8ce892da55be97c2dead2fa046dad516ddd | |
parent | e23b002b23dfdcd12ca982fbc57dcb071a1fee62 [diff] |
net: switchdev: move dev in switchdev_fdb_dump The FDB dump callback requires the related net_device so move it to the struct switchdev_fdb_dump superset instead of using a callback param. With this done, it'll be simpler to change the dump function signature. Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Signed-off-by: David S. Miller <davem@davemloft.net>