]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/linux/mount.h
vfs: take mnt_share/mnt_slave/mnt_slave_list and mnt_expire to struct mount
[mirror_ubuntu-artful-kernel.git] / include / linux / mount.h
index 2d5beb5e3a8c721d3adef259699eeb68968ae3d8..2f5f3ae3bd2d8f37f4eb93294ad98f9e688f475d 100644 (file)
@@ -58,10 +58,6 @@ struct vfsmount {
 #endif
        const char *mnt_devname;        /* Name of device e.g. /dev/dsk/hda1 */
        struct list_head mnt_list;
-       struct list_head mnt_expire;    /* link in fs-specific expiry list */
-       struct list_head mnt_share;     /* circular list of shared mounts */
-       struct list_head mnt_slave_list;/* list of slave mounts */
-       struct list_head mnt_slave;     /* slave list entry */
        struct mnt_namespace *mnt_ns;   /* containing namespace */
        int mnt_id;                     /* mount identifier */
        int mnt_group_id;               /* peer group identifier */