Skip to content
Commit d3720456 authored by Andrew Jones's avatar Andrew Jones Committed by David S. Miller
Browse files

xen: netback: remove redundant xenvif_put



netbk_fatal_tx_err() calls xenvif_carrier_off(), which does
a xenvif_put(). As callers of netbk_fatal_tx_err should only
have one reference to the vif at this time, then the xenvif_put
in netbk_fatal_tx_err is one too many.

Signed-off-by: default avatarAndrew Jones <drjones@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 07dcf8e9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment