Re: [PATCH 1/2 2.6.25] netns: struct net content re-work (v3)

2007-12-11 Thread David Miller
From: "Denis V. Lunev" <[EMAIL PROTECTED]> Date: Tue, 11 Dec 2007 14:55:07 +0300 > Recently David Miller and Herbert Xu pointed out that struct net becomes > overbloated and un-maintainable. There are two solutions: > - provide a pointer to a network subsystem definition from struct net. > This

[PATCH 1/2 2.6.25] netns: struct net content re-work (v3)

2007-12-11 Thread Denis V. Lunev
Recently David Miller and Herbert Xu pointed out that struct net becomes overbloated and un-maintainable. There are two solutions: - provide a pointer to a network subsystem definition from struct net. This costs an additional dereferrence - place sub-system definition into the structure itself.