commit | 3a4a27d3bde1c9cd8159c86a79796348cab90140 | [log] [tgz] |
---|---|---|
author | Nikolay Aleksandrov <nikolay@cumulusnetworks.com> | Tue Aug 18 20:28:03 2015 +0300 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 18 20:16:52 2015 -0700 |
tree | d6b8dccdcd3d03b163c08d1d25a0def72025205a | |
parent | db5dbec5ef2d4565bb8d42709802de66b06f9965 [diff] |
vrf: don't check for dstats and rth in uninit path dstats and rth are always present because we fail the device registration if they can't be allocated in vrf_init() (ndo_init) so drop the unnecessary checks. Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>