]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/target/iscsi/iscsi_target_core.h
Merge remote-tracking branch 'target-merge/for-next-merge'
[karo-tx-linux.git] / include / target / iscsi / iscsi_target_core.h
index 7ca3cce7da50694d5960320fa3c573c6e3a26d7f..68e47fd8ea106e137741c5c17d0fc4f3b17fd428 100644 (file)
@@ -571,8 +571,8 @@ struct iscsi_conn {
        spinlock_t              response_queue_lock;
        spinlock_t              state_lock;
        /* libcrypto RX and TX contexts for crc32c */
-       struct hash_desc        conn_rx_hash;
-       struct hash_desc        conn_tx_hash;
+       struct ahash_request    *conn_rx_hash;
+       struct ahash_request    *conn_tx_hash;
        /* Used for scheduling TX and RX connection kthreads */
        cpumask_var_t           conn_cpumask;
        unsigned int            conn_rx_reset_cpumask:1;