Joe Perches a écrit :
On Thu, 2008-01-24 at 12:26 +0100, Eric Dumazet wrote:
-       struct xfrm_type *type;
+       const struct xfrm_type *type;

Perhaps const foo * const bar; for most or all of these
conversions?


Hum...

Having const data is nice because moving them from .data to .rodata,
but what would be practical gains to use a const pointer ???

--
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