IPC Namespace Depends and SYSVIPC

From: rh
Date: Fri Mar 08 2013 - 15:02:37 EST


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.

______________________
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])

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/