ath10k: fix some of the macro definitions of HTT_RX_IND message
[deliverable/linux.git] / drivers / md / raid5.h
index ae6068deefdfb0b69c41cbbae9d0ee5d89b3b381..517d4b68a1befcad9e4b383c0ed077133d25b3b3 100644 (file)
@@ -524,7 +524,7 @@ struct r5conf {
        atomic_t                empty_inactive_list_nr;
        struct llist_head       released_stripes;
        wait_queue_head_t       wait_for_quiescent;
-       wait_queue_head_t       wait_for_stripe[NR_STRIPE_HASH_LOCKS];
+       wait_queue_head_t       wait_for_stripe;
        wait_queue_head_t       wait_for_overlap;
        unsigned long           cache_state;
 #define R5_INACTIVE_BLOCKED    1       /* release of inactive stripes blocked,
This page took 0.0256 seconds and 5 git commands to generate.