diff options
author | Jakub Kicinski <[email protected]> | 2018-01-10 01:20:02 -0800 |
---|---|---|
committer | Daniel Borkmann <[email protected]> | 2018-01-10 12:06:17 +0100 |
commit | 82aaff2f63443e1d6cc4a186ed9c2a5718123906 (patch) | |
tree | a6dae59bfd56945e9d909abaef526f62e657853c /net/unix/af_unix.c | |
parent | 141b52a98ab45a835ff1ea869414faccdc255a72 (diff) |
net: free RX queue structures
Looks like commit e817f85652c1 ("xdp: generic XDP handling of
xdp_rxq_info") replaced kvfree(dev->_rx) in free_netdev() with
a call to netif_free_rx_queues() which doesn't actually free
the rings?
While at it remove the unnecessary temporary variable.
Fixes: e817f85652c1 ("xdp: generic XDP handling of xdp_rxq_info")
Signed-off-by: Jakub Kicinski <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Acked-by: Jesper Dangaard Brouer <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions