]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/fsnotify_backend.h
fsnotify: dont put marks on temporary list when clearing marks by group
[karo-tx-linux.git] / include / linux / fsnotify_backend.h
index 26c06afa264e6270d63c2152cc40fc02d8915683..5a88993504569b9be72b45ad8485c3e17cc828d3 100644 (file)
@@ -287,7 +287,6 @@ struct fsnotify_mark {
                struct fsnotify_inode_mark i;
                struct fsnotify_vfsmount_mark m;
        };
-       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