]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/fsnotify_backend.h
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[karo-tx-linux.git] / include / linux / fsnotify_backend.h
index 533c4408529a19819570c5dc40d917aa10ac2d26..6b7e89f45aa49e3eb1531c51f6edae4cc18d576a 100644 (file)
@@ -220,7 +220,10 @@ struct fsnotify_mark {
        /* List of marks by group->i_fsnotify_marks. Also reused for queueing
         * mark into destroy_list when it's waiting for the end of SRCU period
         * before it can be freed. [group->mark_mutex] */
-       struct list_head g_list;
+       union {
+               struct list_head g_list;
+               struct rcu_head g_rcu;
+       };
        /* Protects inode / mnt pointers, flags, masks */
        spinlock_t lock;
        /* List of marks for inode / vfsmount [obj_lock] */