netdev-linux: Properly store netdev_dev pointer for RTNL callbacks.
authorJesse Gross <jesse@nicira.com>
Sat, 16 Jan 2010 14:45:45 +0000 (09:45 -0500)
committerJesse Gross <jesse@nicira.com>
Sat, 16 Jan 2010 14:50:35 +0000 (09:50 -0500)
commit139faa31166c0b6ea78e09c46f184429250d76d7
tree4d96d237ab45dd3e3db7f5926f5013ae881ec31f
parent56244b81016f4d60082976845f296f98111d16a3
netdev-linux: Properly store netdev_dev pointer for RTNL callbacks.

We were storing a struct netdev_dev_linux ** instead of a
netdev_dev_linux * in the cache map.  This prevented the cache
from being invalidated on changes such as link status.
lib/netdev-linux.c