]> Pileus Git - ~andy/linux/blobdiff - include/linux/mount.h
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci
[~andy/linux] / include / linux / mount.h
index 080e3088ca81fbfe5c6ff60342b8df6a33da0dd0..d7029f4a191a093ef9294104c75756b6d3b7faee 100644 (file)
@@ -51,13 +51,6 @@ struct vfsmount {
        struct dentry *mnt_root;        /* root of the mounted tree */
        struct super_block *mnt_sb;     /* pointer to superblock */
        int mnt_flags;
-       /* 4 bytes hole on 64bits arches without fsnotify */
-#ifdef CONFIG_FSNOTIFY
-       __u32 mnt_fsnotify_mask;
-       struct hlist_head mnt_fsnotify_marks;
-#endif
-       const char *mnt_devname;        /* Name of device e.g. /dev/dsk/hda1 */
-       struct list_head mnt_list;
 };
 
 struct file; /* forward dec */