aboutsummaryrefslogtreecommitdiffstats
path: root/man7/namespaces.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-05-18 22:03:31 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-05-18 22:03:31 +0200
commitad5fa2c3a889b4e80dec6ff28dea9fb5a9ec0504 (patch)
treeacd0b166510ff6f8e7efad646a0f428c257781a9 /man7/namespaces.7
parent68886a1c7e75230cd4000a48e911af55ef5a26fc (diff)
downloadman-pages-ad5fa2c3a889b4e80dec6ff28dea9fb5a9ec0504.tar.gz
namespaces.7: Remove /proc/PID/mountstats description
This is a duplicate of information in proc(5). Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/namespaces.7')
-rw-r--r--man7/namespaces.733
1 files changed, 0 insertions, 33 deletions
diff --git a/man7/namespaces.7 b/man7/namespaces.7
index 3de8f5f462..a3c24de464 100644
--- a/man7/namespaces.7
+++ b/man7/namespaces.7
@@ -311,39 +311,6 @@ and being marked as having an error condition for
.BR poll (2)
and
.BR epoll_wait (2).)
-
-The
-.IR /proc/[pid]/mountstats
-file (present since Linux 2.6.17)
-exports information (statistics, configuration information)
-about the mount points in the process's mount namespace.
-This file is readable only by the owner of the process.
-Lines in this file have the form:
-.RS
-.in 12
-.nf
-
-device /dev/sda7 mounted on /home with fstype ext3 [statistics]
-( 1 ) ( 2 ) (3 ) (4)
-.fi
-.in
-
-The fields in each line are:
-.TP 5
-(1)
-The name of the mounted device
-(or "nodevice" if there is no corresponding device).
-.TP
-(2)
-The mount point within the filesystem tree.
-.TP
-(3)
-The filesystem type.
-.TP
-(4)
-Optional statistics and configuration information.
-Currently (as at Linux 2.6.26), only NFS filesystems export
-information via this field.
.RE
.\"
.\" ==================== PID namespaces ====================