]> 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 16ae3d46b30a57095d3570014da15e594146921f..d7029f4a191a093ef9294104c75756b6d3b7faee 100644 (file)
@@ -51,12 +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 file; /* forward dec */