From 6661f290a011028aa012c879bc3adbd3f893e59f Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sat, 1 Dec 2012 08:14:49 -0800 Subject: [PATCH] Remove next/prev pointers from the scsi_cbdata structure --- include/iscsi-private.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/iscsi-private.h b/include/iscsi-private.h index 0dcc5f7..4f95f3e 100644 --- a/include/iscsi-private.h +++ b/include/iscsi-private.h @@ -193,7 +193,6 @@ enum iscsi_opcode { }; struct iscsi_scsi_cbdata { - struct iscsi_scsi_cbdata *prev, *next; iscsi_command_cb callback; void *private_data; struct scsi_task *task;