diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-11-25 02:35:16 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-01-03 22:57:12 -0500 |
commit | c63181e6b6df89176b3984c6977bb5ec03d0df23 (patch) | |
tree | 2e6056a7d85e8df9dbf95e6fa4291f76a714c7c8 /include/linux/mount.h | |
parent | 52ba1621de1479ce7e52b6d167860462e483313c (diff) |
vfs: move fsnotify junk to struct mount
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/mount.h')
-rw-r--r-- | include/linux/mount.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/mount.h b/include/linux/mount.h index f18dd1bfcbda..d7029f4a191a 100644 --- a/include/linux/mount.h +++ b/include/linux/mount.h | |||
@@ -51,11 +51,6 @@ struct vfsmount { | |||
51 | struct dentry *mnt_root; /* root of the mounted tree */ | 51 | struct dentry *mnt_root; /* root of the mounted tree */ |
52 | struct super_block *mnt_sb; /* pointer to superblock */ | 52 | struct super_block *mnt_sb; /* pointer to superblock */ |
53 | int mnt_flags; | 53 | int mnt_flags; |
54 | /* 4 bytes hole on 64bits arches without fsnotify */ | ||
55 | #ifdef CONFIG_FSNOTIFY | ||
56 | __u32 mnt_fsnotify_mask; | ||
57 | struct hlist_head mnt_fsnotify_marks; | ||
58 | #endif | ||
59 | }; | 54 | }; |
60 | 55 | ||
61 | struct file; /* forward dec */ | 56 | struct file; /* forward dec */ |