Re: [PATCH v5 6/8] tcp buffer limitation: per-cgroup limit

From: Eric Dumazet
Date: Wed Oct 05 2011 - 04:58:01 EST


Le mercredi 05 octobre 2011 Ã 12:08 +0400, Glauber Costa a Ãcrit :
> On 10/04/2011 04:48 PM, Eric Dumazet wrote:

> > 2) Could you add const qualifiers when possible to your pointers ?
>
> Well, I'll go over the patches again and see where I can add them.
> Any specific place site you're concerned about?

Everywhere its possible :

It helps reader to instantly knows if a function is about to change some
part of the object or only read it, without reading function body.



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/