diff options
Diffstat (limited to 'Documentation/filesystems/proc.txt')
-rw-r--r-- | Documentation/filesystems/proc.txt | 6 |
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 | ||
2375 | shared:X mount is shared in peer group X | 2375 | shared:X mount is shared in peer group X |
2376 | master:X mount is slave to peer group X | 2376 | master:X mount is slave to peer group X |
2377 | propagate_from:X mount is slave and receives propagation from peer group X (*) | ||
2377 | unbindable mount is unbindable | 2378 | unbindable mount is unbindable |
2378 | 2379 | ||
2380 | (*) X is the closest dominant peer group under the process's root. If | ||
2381 | X is the immediate master of the mount, or if there's no dominant peer | ||
2382 | group under the same root, then only the "master:X" field is present | ||
2383 | and not the "propagate_from:X" field. | ||
2384 | |||
2379 | For more information on mount propagation see: | 2385 | For more information on mount propagation see: |
2380 | 2386 | ||
2381 | Documentation/filesystems/sharedsubtree.txt | 2387 | Documentation/filesystems/sharedsubtree.txt |