Merge remote-tracking branch 'kvm/linux-next'
[deliverable/linux.git] / kernel / rcu / tree.h
index f714f873bf9daea68d6e469a9fa3d8ef38c1f125..e99a5234d9ed86261cc56a882e42f957079cc87d 100644 (file)
@@ -400,6 +400,7 @@ struct rcu_data {
 #ifdef CONFIG_RCU_FAST_NO_HZ
        struct rcu_head oom_head;
 #endif /* #ifdef CONFIG_RCU_FAST_NO_HZ */
+       atomic_long_t exp_workdone0;    /* # done by workqueue. */
        atomic_long_t exp_workdone1;    /* # done by others #1. */
        atomic_long_t exp_workdone2;    /* # done by others #2. */
        atomic_long_t exp_workdone3;    /* # done by others #3. */
This page took 0.023746 seconds and 5 git commands to generate.