]> 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 f18dd1bfcbda12b5a20d4d4f4912b06c624cf143..d7029f4a191a093ef9294104c75756b6d3b7faee 100644 (file)
@@ -51,11 +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
 };
 
 struct file; /* forward dec */