]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdbe80460baa7e6fe1fa5af57ed7e1be869515e93
tree31469786ba4ba2c8999290fe13d6a000e8a7a2ac
parent0550f8765e8445020c8c1e474230788b3b00f131
parentd5b0dce8a4022847c3fe24bca394dda3e62555c7
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>