|
@@ -1897,6 +1897,7 @@ struct file_system_type {
|
|
#define FS_HAS_SUBTYPE 4
|
|
#define FS_HAS_SUBTYPE 4
|
|
#define FS_USERNS_MOUNT 8 /* Can be mounted by userns root */
|
|
#define FS_USERNS_MOUNT 8 /* Can be mounted by userns root */
|
|
#define FS_USERNS_DEV_MOUNT 16 /* A userns mount does not imply MNT_NODEV */
|
|
#define FS_USERNS_DEV_MOUNT 16 /* A userns mount does not imply MNT_NODEV */
|
|
|
|
+#define FS_USERNS_VISIBLE 32 /* FS must already be visible */
|
|
#define FS_RENAME_DOES_D_MOVE 32768 /* FS will handle d_move() during rename() internally. */
|
|
#define FS_RENAME_DOES_D_MOVE 32768 /* FS will handle d_move() during rename() internally. */
|
|
struct dentry *(*mount) (struct file_system_type *, int,
|
|
struct dentry *(*mount) (struct file_system_type *, int,
|
|
const char *, void *);
|
|
const char *, void *);
|
|
@@ -1984,7 +1985,6 @@ extern int vfs_ustat(dev_t, struct kstatfs *);
|
|
extern int freeze_super(struct super_block *super);
|
|
extern int freeze_super(struct super_block *super);
|
|
extern int thaw_super(struct super_block *super);
|
|
extern int thaw_super(struct super_block *super);
|
|
extern bool our_mnt(struct vfsmount *mnt);
|
|
extern bool our_mnt(struct vfsmount *mnt);
|
|
-extern bool fs_fully_visible(struct file_system_type *);
|
|
|
|
|
|
|
|
extern int current_umask(void);
|
|
extern int current_umask(void);
|
|
|
|
|