linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [patch] mount.2: Add MS_REC description
@ 2015-03-26  0:28 Marian Marinov
  0 siblings, 0 replies; only message in thread
From: Marian Marinov @ 2015-03-26  0:28 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA


Signed-off-by: Marian Marinov <mm-NV7Lj0SOnH0@public.gmane.org>
---
  man2/mount.2 | 9 +++++++++
  1 file changed, 9 insertions(+)

diff --git a/man2/mount.2 b/man2/mount.2
index b081ba1..0c7b3e9 100644
--- a/man2/mount.2
+++ b/man2/mount.2
@@ -145,6 +145,15 @@ was also ignored
  (the bind mount has the same mount options as
  the underlying mount point).
  .TP
+.B MS_REC
+.\" information collected from tools/testing/selftests/mount/unprivileged-remount-test.c
+.\" and include/uapi/linux/fs.h
+This option is used together with
+.BR MS_BIND
+to make the mount recursive. This means that the kernel will walk trough
+all mount points within the source of the BIND and mount all of them in
+the corresponding directories within the destination of the BIND.
+.TP
  .BR MS_DIRSYNC " (since Linux 2.5.19)"
  Make directory changes on this filesystem synchronous.
  (This property can be obtained for individual directories
-- 
1.8.4
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-03-26  0:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-26  0:28 [PATCH] [patch] mount.2: Add MS_REC description Marian Marinov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).