]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/scsi/iscsi_tcp.h
Linux 2.6.28-rc1
[linux-2.6-omap-h63xx.git] / drivers / scsi / iscsi_tcp.h
index ed0b991d1e720b50e25897ac74642ce7c5530375..498d8ca39848a6c40b7257df24c83661b8135442 100644 (file)
@@ -103,11 +103,6 @@ struct iscsi_data_task {
        char                    hdrext[ISCSI_DIGEST_SIZE];/* Header-Digest */
 };
 
-struct iscsi_tcp_mgmt_task {
-       struct iscsi_hdr        hdr;
-       char                    hdrext[ISCSI_DIGEST_SIZE]; /* Header-Digest */
-};
-
 struct iscsi_r2t_info {
        __be32                  ttt;            /* copied from R2T */
        __be32                  exp_statsn;     /* copied from R2T */
@@ -119,7 +114,7 @@ struct iscsi_r2t_info {
        struct iscsi_data_task  dtask;          /* Data-Out header buf */
 };
 
-struct iscsi_tcp_cmd_task {
+struct iscsi_tcp_task {
        struct iscsi_hdr_buff {
                struct iscsi_cmd        cmd_hdr;
                char                    hdrextbuf[ISCSI_MAX_AHS_SIZE +