[PATCH] Documentation: filesystems: vfs.txt: updated struct file_system_type documentation.

From: Thomas de Beauchene
Date: Fri Jun 12 2015 - 16:32:32 EST


added fs_flags possible flags in struct file_system_type documentation.

Signed-off-by: Thomas de Beauchene <chauvo_t@xxxxxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/