io_uring: switch cancel_hash to use per entry spinlock
[linux-block.git] / io_uring / io_uring_types.h
index 4576ea8cad2e6c1b062dd872c519c085ce4c6b6a..1f8db2dd7af75216e32d1b065cdaf072a1065bff 100644 (file)
@@ -224,7 +224,7 @@ struct io_ring_ctx {
                 * manipulate the list, hence no extra locking is needed there.
                 */
                struct io_wq_work_list  iopoll_list;
-               struct hlist_head       *cancel_hash;
+               struct io_hash_bucket   *cancel_hash;
                unsigned                cancel_hash_bits;
                bool                    poll_multi_queue;