diff options
author | Nick Bowler <[email protected]> | 2011-11-10 09:01:27 +0000 |
---|---|---|
committer | David S. Miller <[email protected]> | 2011-11-12 18:13:32 -0500 |
commit | 4b90a603a1b21d63cf743cc833680cb195a729f6 (patch) | |
tree | 5ac1ffcfd7208796967f4d9387d831c1d9e54ace /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 1e49570171117e547e6324c58371db4a0dc2f1db (diff) |
ah: Don't return NET_XMIT_DROP on input.
When the ahash driver returns -EBUSY, AH4/6 input functions return
NET_XMIT_DROP, presumably copied from the output code path. But
returning transmit codes on input doesn't make a lot of sense.
Since NET_XMIT_DROP is a positive int, this gets interpreted as
the next header type (i.e., success). As that can only end badly,
remove the check.
Signed-off-by: Nick Bowler <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions