namespaces: default all the namespaces to 'yes' when CONFIG_NAMESPACES is selected
authorDaniel Lezcano <daniel.lezcano@free.fr>
Wed, 27 Oct 2010 22:34:37 +0000 (15:34 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 28 Oct 2010 01:03:16 +0000 (18:03 -0700)
commit17a6d4411a4dc7e436e1a71c24e10048452edd98
tree3cde8e70677a15ed7b9460d077e74d3c4bcfbb94
parent9bd38c2cdaba1f3ab2e6f90ac1b3d72481477092
namespaces: default all the namespaces to 'yes' when CONFIG_NAMESPACES is selected

As the different namespaces depend on 'CONFIG_NAMESPACES', it is logical
to enable all the namespaces when we enable NAMESPACES.

Signed-off-by: Daniel Lezcano <daniel.lezcano@free.fr>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Cc: David Miller <davem@davemloft.net>
Acked-By: Matt Helsley <matthltc@us.ibm.com>
Acked-by: Serge Hallyn <serge.hallyn@canonical.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
init/Kconfig