]> git.karo-electronics.de Git - linux-beck.git/blobdiff - include/linux/fsnotify_backend.h
fsnotify: remove mark->free_list
[linux-beck.git] / include / linux / fsnotify_backend.h
index dd6ddb0287eda31a10e17bff0a602935f8079394..f044fe30e8c350797882b8f6e5981ecaec63b428 100644 (file)
@@ -225,8 +225,6 @@ struct fsnotify_mark {
        spinlock_t lock;
        /* List of marks for inode / vfsmount [obj_lock] */
        struct hlist_node obj_list;
-       /* tmp list used when freeing this mark */
-       struct list_head free_list;
        union { /* Object pointer [mark->lock, group->mark_mutex] */
                struct inode *inode;    /* inode this mark is associated with */
                struct vfsmount *mnt;   /* vfsmount this mark is associated with */