]> Pileus Git - ~andy/linux/blobdiff - include/linux/fsnotify_backend.h
fsnotify: remove alignment padding from fsnotify_mark on 64 bit builds
[~andy/linux] / include / linux / fsnotify_backend.h
index b36041e9cd34f2d6f555f1788aedf72902c4a46b..0a68f924f06fcf3f6f75727f382971bc16e5608f 100644 (file)
@@ -287,8 +287,8 @@ struct fsnotify_mark {
                struct fsnotify_inode_mark i;
                struct fsnotify_vfsmount_mark m;
        };
-       __u32 ignored_mask;             /* events types to ignore */
        struct list_head free_g_list;   /* tmp list used when freeing this mark */
+       __u32 ignored_mask;             /* events types to ignore */
 #define FSNOTIFY_MARK_FLAG_INODE               0x01
 #define FSNOTIFY_MARK_FLAG_VFSMOUNT            0x02
 #define FSNOTIFY_MARK_FLAG_OBJECT_PINNED       0x04