diff --git a/include/linux/blk-cgroup.h b/include/linux/blk-cgroup.h index 10648e300c930ecb06c58371a6c3822a1192d229..cbdbf34de5b607e799bd9739e8815dff4037c76c 100644 --- a/include/linux/blk-cgroup.h +++ b/include/linux/blk-cgroup.h @@ -45,7 +45,7 @@ struct blkcg { spinlock_t lock; struct radix_tree_root blkg_tree; - struct blkcg_gq *blkg_hint; + struct blkcg_gq __rcu *blkg_hint; struct hlist_head blkg_list; struct blkcg_policy_data *cpd[BLKCG_MAX_POLS];