[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <48C010C8.9060808@trash.net>
Date: Thu, 04 Sep 2008 18:46:00 +0200
From: Patrick McHardy <kaber@...sh.net>
To: adobriyan@...il.com
CC: containers@...ts.linux-foundation.org, netdev@...r.kernel.org,
netfilter-devel@...r.kernel.org
Subject: Re: [PATCH 11/38] netns ct: per-netns unconfirmed hash
adobriyan@...il.com wrote:
> What is unconfirmed connection in one netns can very well be confirmed
> in another.
>
> @@ -10,5 +11,6 @@ struct netns_ct {
> unsigned int expect_count;
> struct hlist_head *expect_hash;
> int expect_vmalloc;
> + struct hlist_head unconfirmed;
> };
You could lay this out a bit better to avoid holes and move
the members only used rarely (like *_vmalloc) to the end.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists