commit | 58aa90875da1ab075d712585305d1e520812bbb1 | [log] [tgz] |
---|---|---|
author | Nikolay Aleksandrov <nikolay@cumulusnetworks.com> | Tue Aug 18 20:28:04 2015 +0300 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 18 20:16:52 2015 -0700 |
tree | a7bb3d703f97f3c622fc25235cbac2341210d0cd | |
parent | 3a4a27d3bde1c9cd8159c86a79796348cab90140 [diff] |
vrf: simplify the netdev notifier function We can drop the check because if vrf_ptr is present then we must have the vrf device as a master and since we're running with rtnl it can't go away. Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>