diff options
| author | Veaceslav Falico <[email protected]> | 2013-08-29 23:38:56 +0200 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2013-09-03 22:02:32 -0400 |
| commit | 6f477d420183f7cacc73f46a93e12961cb234e91 (patch) | |
| tree | 0baa9ee3f525c6a5b18b3fe5a7990813dc64557d /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py | |
| parent | c12a22428ae773eff27bad490d35028fe036bf35 (diff) | |
bonding: remove bond_vlan_used()
We're using it currently to verify if we have vlans before getting the tag
from the skb we're about to send. It's useless because the vlan_get_tag()
verifies if the skb has the tag (and returns an error if not), and we can
receive tagged skbs only if we *already* have vlans.
Plus, the current RCUed implementation is kind of useless anyway - the we
can remove the last vlan in the moment we return from the function.
So remove the only usage of it and the whole function.
CC: Jay Vosburgh <[email protected]>
CC: Andy Gospodarek <[email protected]>
Signed-off-by: Veaceslav Falico <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions