[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1434141129-20959-1-git-send-email-thomas.chauvot-de-beauchene@epitech.eu>
Date: Fri, 12 Jun 2015 22:32:09 +0200
From: Thomas de Beauchene <thomas.chauvot-de-beauchene@...tech.eu>
To: <corbet@....net>
CC: <linux-doc@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
Thomas de Beauchene <thomas.chauvot-de-beauchene@...tech.eu>,
Thomas de Beauchene <chauvo_t@...tech.eu>
Subject: [PATCH] Documentation: filesystems: vfs.txt: updated struct file_system_type documentation.
added fs_flags possible flags in struct file_system_type documentation.
Signed-off-by: Thomas de Beauchene <chauvo_t@...tech.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists