blkcg: drop unnecessary RCU locking
[linux-2.6-block.git] / block / blk-cgroup.h
index df73040a6a5feed591c14d35ff57b67945afc467..66eaefefcbd2ff2ce96b7c1143b4c81b04be5aab 100644 (file)
@@ -176,8 +176,8 @@ struct blkg_policy_data {
 };
 
 struct blkio_group {
-       /* Pointer to the associated request_queue, RCU protected */
-       struct request_queue __rcu *q;
+       /* Pointer to the associated request_queue */
+       struct request_queue *q;
        struct list_head q_node;
        struct hlist_node blkcg_node;
        struct blkio_cgroup *blkcg;