commit | 3b4bc4a2bfe80d01ebd4f2b6dcc58986c970ed16 | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Tue Jan 22 06:11:04 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:10:39 2008 -0800 |
tree | d9dea3af7fb8fc828af0ba484c1fc06007dce351 | |
parent | e31e0bdc7e7fb9a4b09d2f3266c035a18fdcee9d [diff] |
[NETNS][FRAGS]: Isolate the secret interval from namespaces. Since we have one hashtable to lookup the fragment, having different secret_interval-s for hash rebuild doesn't make sense, so move this one to inet_frags. The inet_frags_ctl becomes empty after this, so remove it. The appropriate ctl table is kept read-only in namespaces. Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>