aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@suse.cz>2008-03-27 08:06:26 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2008-04-23 00:05:09 -0400
commit97e7e0f71d6d948c25f11f0a33878d9356d9579e (patch)
tree2db3bcf3b4f47995308187eec7f3a61d67446dfa /Documentation/filesystems
parent2d4d4864ac08caff5c204a752bd004eed4f08760 (diff)
[patch 7/7] vfs: mountinfo: show dominating group id
Show peer group ID of nearest dominating group that has intersection with the mount's namespace. Signed-off-by: Miklos Szeredi <mszeredi@suse.cz> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r--Documentation/filesystems/proc.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/filesystems/proc.txt b/Documentation/filesystems/proc.txt
index 2cd920f92e5e..2a99116edc47 100644
--- a/Documentation/filesystems/proc.txt
+++ b/Documentation/filesystems/proc.txt
@@ -2374,8 +2374,14 @@ possible optional fields are:
2374 2374
2375shared:X mount is shared in peer group X 2375shared:X mount is shared in peer group X
2376master:X mount is slave to peer group X 2376master:X mount is slave to peer group X
2377propagate_from:X mount is slave and receives propagation from peer group X (*)
2377unbindable mount is unbindable 2378unbindable mount is unbindable
2378 2379
2380(*) X is the closest dominant peer group under the process's root. If
2381X is the immediate master of the mount, or if there's no dominant peer
2382group under the same root, then only the "master:X" field is present
2383and not the "propagate_from:X" field.
2384
2379For more information on mount propagation see: 2385For more information on mount propagation see:
2380 2386
2381 Documentation/filesystems/sharedsubtree.txt 2387 Documentation/filesystems/sharedsubtree.txt