Merge branch 'for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata
[firefly-linux-kernel-4.4.55.git] / fs / notify / fsnotify.c
index 41e39102743a55aa71f41cff96405218c5a4c802..dd3fb0b17be7cc5d914275c6e83da49e7b8e3f48 100644 (file)
@@ -242,13 +242,13 @@ int fsnotify(struct inode *to_tell, __u32 mask, void *data, int data_is,
 
                if (inode_node) {
                        inode_mark = hlist_entry(srcu_dereference(inode_node, &fsnotify_mark_srcu),
-                                                struct fsnotify_mark, i.i_list);
+                                                struct fsnotify_mark, obj_list);
                        inode_group = inode_mark->group;
                }
 
                if (vfsmount_node) {
                        vfsmount_mark = hlist_entry(srcu_dereference(vfsmount_node, &fsnotify_mark_srcu),
-                                                       struct fsnotify_mark, m.m_list);
+                                                   struct fsnotify_mark, obj_list);
                        vfsmount_group = vfsmount_mark->group;
                }