regmap: merge regmap_update_bits_check() into macro
[deliverable/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] */
This page took 0.039989 seconds and 5 git commands to generate.