diff options
Diffstat (limited to 'include/linux/mount.h')
-rw-r--r-- | include/linux/mount.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mount.h b/include/linux/mount.h index 163896137ab5..ca726ebf50a3 100644 --- a/include/linux/mount.h +++ b/include/linux/mount.h | |||
@@ -45,6 +45,8 @@ struct mnt_namespace; | |||
45 | #define MNT_PROPAGATION_MASK (MNT_SHARED | MNT_UNBINDABLE) | 45 | #define MNT_PROPAGATION_MASK (MNT_SHARED | MNT_UNBINDABLE) |
46 | 46 | ||
47 | 47 | ||
48 | #define MNT_INTERNAL 0x4000 | ||
49 | |||
48 | struct vfsmount { | 50 | struct vfsmount { |
49 | struct list_head mnt_hash; | 51 | struct list_head mnt_hash; |
50 | struct vfsmount *mnt_parent; /* fs we are mounted on */ | 52 | struct vfsmount *mnt_parent; /* fs we are mounted on */ |