Ian McDonald <[EMAIL PROTECTED]> wrote:
> 
> It looks to me like this check here in net/core/stream.c for
> __sk_stream_mem_reclaim:
>        if (sk->sk_forward_alloc >= SK_STREAM_MEM_QUANTUM) {
> 
> is unnecessary.

It's needed after skb's have been freed which can push sk_forward_alloc
above a quantum.

Cheers,
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to