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
Makefile -rw-r--r-- 661 bytes
datagram.c -rw-r--r-- 15.3 KB
dev.c -rw-r--r-- 128.4 KB
dev_mcast.c -rw-r--r-- 5.5 KB
drop_monitor.c -rw-r--r-- 5.5 KB
dst.c -rw-r--r-- 8.1 KB
ethtool.c -rw-r--r-- 25.4 KB
fib_rules.c -rw-r--r-- 14.7 KB
filter.c -rw-r--r-- 12.3 KB
flow.c -rw-r--r-- 8.0 KB
gen_estimator.c -rw-r--r-- 8.2 KB
gen_stats.c -rw-r--r-- 6.5 KB
iovec.c -rw-r--r-- 5.1 KB
kmap_skb.h -rw-r--r-- 360 bytes
link_watch.c -rw-r--r-- 4.8 KB
neighbour.c -rw-r--r-- 66.6 KB
net-sysfs.c -rw-r--r-- 13.7 KB
net-sysfs.h -rw-r--r-- 243 bytes
net-traces.c -rw-r--r-- 664 bytes
net_namespace.c -rw-r--r-- 11.4 KB
netevent.c -rw-r--r-- 2.0 KB
netpoll.c -rw-r--r-- 19.3 KB
pktgen.c -rw-r--r-- 93.0 KB
request_sock.c -rw-r--r-- 3.5 KB
rtnetlink.c -rw-r--r-- 33.5 KB
scm.c -rw-r--r-- 7.0 KB
skb_dma_map.c -rw-r--r-- 1.4 KB
skbuff.c -rw-r--r-- 74.3 KB
sock.c -rw-r--r-- 58.6 KB
stream.c -rw-r--r-- 5.0 KB
sysctl_net_core.c -rw-r--r-- 4.0 KB
user_dma.c -rw-r--r-- 3.3 KB
utils.c -rw-r--r-- 6.2 KB

back to top