All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: filesystems: vfs.txt: updated struct file_system_type documentation.
@ 2015-06-12 20:32 Thomas de Beauchene
  2015-06-22 16:06 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas de Beauchene @ 2015-06-12 20:32 UTC (permalink / raw)
  To: corbet; +Cc: linux-doc, linux-kernel, Thomas de Beauchene, Thomas de Beauchene

added fs_flags possible flags in struct file_system_type documentation.

Signed-off-by: Thomas de Beauchene <chauvo_t@epitech.eu>
---
 Documentation/filesystems/vfs.txt | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/Documentation/filesystems/vfs.txt b/Documentation/filesystems/vfs.txt
index 5d833b3..3cb2ccf 100644
--- a/Documentation/filesystems/vfs.txt
+++ b/Documentation/filesystems/vfs.txt
@@ -127,7 +127,14 @@ struct file_system_type {
   name: the name of the filesystem type, such as "ext2", "iso9660",
 	"msdos" and so on
 
-  fs_flags: various flags (i.e. FS_REQUIRES_DEV, FS_NO_DCACHE, etc.)
+  fs_flags: as of version 4.1, fs_flags can be a combination of:
+  	       - FS_REQUIRES_DEV,
+  	       - FS_BINARY_MOUNTDATA,
+	       - FS_HAS_SUBTYPE,
+	       - FS_USERNS_MOUNT (Can be mounted by userns root),
+	       - FS_USERNS_DEV_MOUNT (A userns mount does not imply MNT_NODEV),
+	       - FS_RENAME_DOES_D_MOVE (FS will handle d_move() during rename()
+	       	 internally.)
 
   mount: the method to call when a new instance of this
 	filesystem should be mounted
-- 
2.1.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Documentation: filesystems: vfs.txt: updated struct file_system_type documentation.
  2015-06-12 20:32 [PATCH] Documentation: filesystems: vfs.txt: updated struct file_system_type documentation Thomas de Beauchene
@ 2015-06-22 16:06 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2015-06-22 16:06 UTC (permalink / raw)
  To: Thomas de Beauchene; +Cc: linux-doc, linux-kernel, Thomas de Beauchene

On Fri, 12 Jun 2015 22:32:09 +0200
Thomas de Beauchene <thomas.chauvot-de-beauchene@epitech.eu> wrote:

> added fs_flags possible flags in struct file_system_type documentation.

This one adds whitespace errors.  Can I ask you to retry (and to CC Al
Viro on the next version) please?

Thanks,

jon
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
Please read the FAQ at  http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-06-22 16:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-12 20:32 [PATCH] Documentation: filesystems: vfs.txt: updated struct file_system_type documentation Thomas de Beauchene
2015-06-22 16:06 ` Jonathan Corbet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.