cfg80211: update comment about WIPHY_FLAG_CUSTOM_REGULATORY
[cascardo/linux.git] / block / blk-ioc.c
index 242df01..1a27f45 100644 (file)
@@ -68,7 +68,7 @@ static void ioc_destroy_icq(struct io_cq *icq)
         * under queue_lock.  If it's not pointing to @icq now, it never
         * will.  Hint assignment itself can race safely.
         */
-       if (rcu_dereference_raw(ioc->icq_hint) == icq)
+       if (rcu_access_pointer(ioc->icq_hint) == icq)
                rcu_assign_pointer(ioc->icq_hint, NULL);
 
        ioc_exit_icq(icq);