diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 0d5ae7d5dc53..571aab91bfc0 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1897,6 +1897,7 @@ struct file_system_type { | |||
1897 | #define FS_HAS_SUBTYPE 4 | 1897 | #define FS_HAS_SUBTYPE 4 |
1898 | #define FS_USERNS_MOUNT 8 /* Can be mounted by userns root */ | 1898 | #define FS_USERNS_MOUNT 8 /* Can be mounted by userns root */ |
1899 | #define FS_USERNS_DEV_MOUNT 16 /* A userns mount does not imply MNT_NODEV */ | 1899 | #define FS_USERNS_DEV_MOUNT 16 /* A userns mount does not imply MNT_NODEV */ |
1900 | #define FS_USERNS_VISIBLE 32 /* FS must already be visible */ | ||
1900 | #define FS_RENAME_DOES_D_MOVE 32768 /* FS will handle d_move() during rename() internally. */ | 1901 | #define FS_RENAME_DOES_D_MOVE 32768 /* FS will handle d_move() during rename() internally. */ |
1901 | struct dentry *(*mount) (struct file_system_type *, int, | 1902 | struct dentry *(*mount) (struct file_system_type *, int, |
1902 | const char *, void *); | 1903 | const char *, void *); |
@@ -1984,7 +1985,6 @@ extern int vfs_ustat(dev_t, struct kstatfs *); | |||
1984 | extern int freeze_super(struct super_block *super); | 1985 | extern int freeze_super(struct super_block *super); |
1985 | extern int thaw_super(struct super_block *super); | 1986 | extern int thaw_super(struct super_block *super); |
1986 | extern bool our_mnt(struct vfsmount *mnt); | 1987 | extern bool our_mnt(struct vfsmount *mnt); |
1987 | extern bool fs_fully_visible(struct file_system_type *); | ||
1988 | 1988 | ||
1989 | extern int current_umask(void); | 1989 | extern int current_umask(void); |
1990 | 1990 | ||