Re: [NET] make all protos partially use sk_prot
From: Marcel Holtmann <marcel@holtmann.org>
Date: 2005-03-26 13:36:03
From: Marcel Holtmann <marcel@holtmann.org>
Date: 2005-03-26 13:36:03
Hi Arnaldo,
Ah, apart from these style changes, do you think the real changes in this patch are worth?
actually I am the wrong person to judge on this. However if socket users don't have to care about owner and slab anymore (or at least less), I think it is a good thing to do. Btw all the ".slab = NULL," stuff in the proto declarations is not needed and we normally omit values that are 0 or NULL. And some of the proto__seq_* functions are not static. What is the reason to have them public? Regards Marcel