Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net

Smooth Cong Wang's bug fix into 'net-next'.  Basically put
the bulk of the tcf_block_put() logic from 'net' into
tcf_block_put_ext(), but after the offload unbind.

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller
2017-11-02 14:59:52 +09:00
commit ed29668d1a
47 muutettua tiedostoa jossa 285 lisäystä ja 170 poistoa

Näytä tiedosto

@@ -346,7 +346,6 @@ out:
fail:
dev_put(dev);
free_netdev(ndev);
kfree(lapbeth);
goto out;
}