diff options
| author | Krishna Kumar <[email protected]> | 2009-12-08 22:26:13 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2009-12-23 14:13:28 -0800 |
| commit | 12d50c46dc0f7fd2e625c4befaa5fa5740a7a594 (patch) | |
| tree | 03e0179cd2d0e7d02f67623ee2760a5fe6c3fcac /tools/perf/scripts/python/bin | |
| parent | 7ef8a2127a64d131c4dbe5b843e5708f6e75552b (diff) | |
tcp: Remove check in __tcp_push_pending_frames
tcp_push checks tcp_send_head and calls __tcp_push_pending_frames,
which again checks tcp_send_head, and this unnecessary check is
done for every other caller of __tcp_push_pending_frames.
Remove tcp_send_head check in __tcp_push_pending_frames and add
the check to tcp_push_pending_frames. Other functions call
__tcp_push_pending_frames only when tcp_send_head would evaluate
to true.
Signed-off-by: Krishna Kumar <[email protected]>
Acked-by: Ilpo Järvinen <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions