nvme: Add tertiary number to NVME_VS
[cascardo/linux.git] / include / linux / blk-cgroup.h
index 10648e3..cbdbf34 100644 (file)
@@ -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];