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
Kconfig -rw-r--r-- 2.5 KB
Makefile -rw-r--r-- 518 bytes
associola.c -rw-r--r-- 42.9 KB
auth.c -rw-r--r-- 23.9 KB
bind_addr.c -rw-r--r-- 13.4 KB
chunk.c -rw-r--r-- 8.0 KB
command.c -rw-r--r-- 2.3 KB
debug.c -rw-r--r-- 4.6 KB
endpointola.c -rw-r--r-- 13.0 KB
input.c -rw-r--r-- 30.5 KB
inqueue.c -rw-r--r-- 6.9 KB
ipv6.c -rw-r--r-- 28.0 KB
objcnt.c -rw-r--r-- 4.2 KB
output.c -rw-r--r-- 21.6 KB
outqueue.c -rw-r--r-- 52.5 KB
primitive.c -rw-r--r-- 7.6 KB
proc.c -rw-r--r-- 13.6 KB
protocol.c -rw-r--r-- 36.6 KB
sm_make_chunk.c -rw-r--r-- 97.1 KB
sm_sideeffect.c -rw-r--r-- 44.4 KB
sm_statefuns.c -rw-r--r-- 187.8 KB
sm_statetable.c -rw-r--r-- 33.5 KB
socket.c -rw-r--r-- 193.7 KB
ssnmap.c -rw-r--r-- 3.4 KB
sysctl.c -rw-r--r-- 7.6 KB
transport.c -rw-r--r-- 18.6 KB
tsnmap.c -rw-r--r-- 9.6 KB
ulpevent.c -rw-r--r-- 29.7 KB
ulpqueue.c -rw-r--r-- 27.9 KB

back to top