[TCP]: Add return value indication to tcp_prune_ofo_queue().
authorVitaliy Gusev <vgusev@openvz.org>
Wed, 16 Apr 2008 03:26:34 +0000 (20:26 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Apr 2008 03:26:34 +0000 (20:26 -0700)
Returns non-zero if tp->out_of_order_queue was seen non-empty.
This allows tcp_try_rmem_schedule() to return early.

Signed-off-by: Vitaliy Gusev <vgusev@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found