f39ad01 Enable CONFIG_NAMESPACES everywhere (rhbz 907576)

Authored and Committed by jwboyer 11 years ago
    Enable CONFIG_NAMESPACES everywhere (rhbz 907576)
    
    So apparently we've been enabling CONFIG_NAMESPACES in Fedora kernels for
    a very long time even though it was never explicitly set.  The kconfig entry
    for it looks like it should depend on CONFIG_EXPERT (which isn't set), but
    either the fact that we've had CONFIG_NET_NS, etc enabled explicitly or the
    fact that it defaults to !EXPERT seems to do something weird with menuconfig
    and enables it in the final config.  Whatever, just turn it back on.  It
    seems to break rtkit-daemon for some reason.
    
        
file modified
+1 -1
file modified
+0 -1
file modified
+3 -2