commit | d5a4502e9efa534212484fd691339f6469cf95ff | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Mon May 19 13:49:52 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon May 19 13:49:52 2008 -0700 |
tree | b1cfbcc8ced47a44c4f7d7492ddd29f598c24b6a | |
parent | d62c612ef8a66be534a3ada598cfa28d40cd0b3c [diff] |
netns: Register net/core/ sysctls at read-only root. Most of the net/core/xxx sysctls are read-only now, but this goal is achieved with excessive memory consumption in each namespace - the whole table is cloned and most of the entries in it are ~= 0222. Split it into two parts and register (the largest) one at the read-only root. Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>