Merge branch 'vrf-cleanups-part-2'
authorDavid S. Miller <davem@davemloft.net>
Thu, 20 Aug 2015 20:01:57 +0000 (13:01 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Aug 2015 20:01:57 +0000 (13:01 -0700)
commitb86d598d0c9d847c3ff0fc1b31c762551a0f0e12
tree31469786ba4ba2c8999290fe13d6a000e8a7a2ac
parent57b8efa1a5e4baf3dfca8d5d7bfb946bd44ff390
parent2640b39c28174dba1c9e089be575d87e5204282f
Merge branch 'vrf-cleanups-part-2'

Nikolay Aleksandrov says:

====================
vrf: cleanups part 2

This is the next part of vrf cleanups, patch 1 drops the SLAB_PANIC
when creating kmem cache since it's handled, patch 02 removes a slave
duplicate check which is already done by the lower/upper code, patch 3
moves the ndo_add_slave code around a bit so we can drop an error
label and patch 4 drops the master device checks which are unnecessary
because the ops are taken from the master device itself so it can't be
different.
====================

Acked-by: David Ahern <dsa@cumulusnetworks.com>