target/iscsi: Rename iscsi_cmd.i_list to iscsi_cmd.i_conn_node
[firefly-linux-kernel-4.4.55.git] / drivers / target / iscsi / iscsi_target_core.h
index 2aaee7efa683e92712d3404db1e560c82b375f40..cf784ccbd52f63a19dd193c8843a1dae10b9fb2f 100644 (file)
@@ -464,7 +464,7 @@ struct iscsi_cmd {
        /* Session the command is part of,  used for connection recovery */
        struct iscsi_session    *sess;
        /* list_head for connection list */
-       struct list_head        i_list;
+       struct list_head        i_conn_node;
        /* The TCM I/O descriptor that is accessed via container_of() */
        struct se_cmd           se_cmd;
        /* Sense buffer that will be mapped into outgoing status */