On 03/08/13 12:03, rh wrote: > Not sure what I'm looking at but here's what I see when I do a sym > search in nconfig. Note: Namespace seems to depend in SYSVIPC or > not.
from init/Kconfig: config IPC_NS bool "IPC namespace" depends on (SYSVIPC || POSIX_MQUEUE) default y so as long as POSIX_MQUEUE is enabled, the value of SYSVIPC does not matter. or did I misunderstand your statement/confusion/question? > ______________________ > With SYSVIPC enabled: > > Symbol: IPC_NS [=y] > Type : boolean > Prompt: IPC namespace > Defined at init/Kconfig:794 > Depends on: NAMESPACES [=y] && (SYSVIPC [=y] || POSIX_MQUEUE [=y]) > Location: > -> General setup > -> Namespaces support (NAMESPACES [=y]) > > _______________________ > With SYSVIPC disabled: > > > Symbol: IPC_NS [=y] > Type : boolean > Prompt: IPC namespace > Defined at init/Kconfig:794 > Depends on: NAMESPACES [=y] && (SYSVIPC [=n] || POSIX_MQUEUE [=y]) > Location: > -> General setup > -> Namespaces support (NAMESPACES [=y]) -- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/