Revision 614b84cf4e4a920d2af32b8f147ea1e3b8c27ea6 authored by Serge E. Hallyn on 07 April 2009, 02:01:08 UTC, committed by Linus Torvalds on 07 April 2009, 15:31:09 UTC
Move mqueue vfsmount plus a few tunables into the ipc_namespace struct.
The CONFIG_IPC_NS boolean and the ipc_namespace struct will serve both the
posix message queue namespaces and the SYSV ipc namespaces.

The sysctl code will be fixed separately in patch 3.  After just this
patch, making a change to posix mqueue tunables always changes the values
in the initial ipc namespace.

Signed-off-by: Cedric Le Goater <clg@fr.ibm.com>
Signed-off-by: Serge E. Hallyn <serue@us.ibm.com>
Cc: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 909e6d9
History
File Mode Size
auth_gss
xprtrdma
Kconfig -rw-r--r-- 1.5 KB
Makefile -rw-r--r-- 477 bytes
auth.c -rw-r--r-- 13.3 KB
auth_generic.c -rw-r--r-- 4.7 KB
auth_null.c -rw-r--r-- 2.5 KB
auth_unix.c -rw-r--r-- 5.5 KB
cache.c -rw-r--r-- 30.6 KB
clnt.c -rw-r--r-- 38.1 KB
rpc_pipe.c -rw-r--r-- 22.0 KB
rpcb_clnt.c -rw-r--r-- 23.3 KB
sched.c -rw-r--r-- 25.6 KB
socklib.c -rw-r--r-- 4.5 KB
stats.c -rw-r--r-- 6.6 KB
sunrpc_syms.c -rw-r--r-- 1.4 KB
svc.c -rw-r--r-- 28.8 KB
svc_xprt.c -rw-r--r-- 32.5 KB
svcauth.c -rw-r--r-- 3.8 KB
svcauth_unix.c -rw-r--r-- 19.8 KB
svcsock.c -rw-r--r-- 33.9 KB
sysctl.c -rw-r--r-- 3.6 KB
timer.c -rw-r--r-- 2.4 KB
xdr.c -rw-r--r-- 27.0 KB
xprt.c -rw-r--r-- 29.6 KB
xprtsock.c -rw-r--r-- 56.4 KB

back to top