Skip to content
Snippets Groups Projects
Commit e3c50d5d authored by David S. Miller's avatar David S. Miller
Browse files

netdev: netdev_priv() can now be sane again.


The private area of a netdev is now at a fixed offset once more.

Unfortunately, some assumptions that netdev_priv() == netdev->priv
crept back into the tree.  In particular this happened in the
loopback driver.  Make it use netdev->ml_priv.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6b0fb126
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment