Loading lib/iscsi/acceptor.c +0 −4 Original line number Diff line number Diff line Loading @@ -49,10 +49,6 @@ static struct spdk_poller g_acceptor_poller; /*! \file */ static void spdk_iscsi_portal_accept(struct spdk_iscsi_portal *portal) { Loading lib/iscsi/conn.c +0 −4 Original line number Diff line number Diff line Loading @@ -58,10 +58,6 @@ #include "iscsi/portal_grp.h" #include "spdk/scsi.h" /** \file */ #define SPDK_ISCSI_CONNECTION_MEMSET(conn) \ memset(&(conn)->portal, 0, sizeof(*(conn)) - \ offsetof(struct spdk_iscsi_conn, portal)); Loading lib/iscsi/iscsi.c +0 −3 Original line number Diff line number Diff line Loading @@ -100,9 +100,6 @@ #define MAX_TMPBUF 1024 /** \file */ struct spdk_iscsi_globals g_spdk_iscsi; /* random value generation */ Loading Loading
lib/iscsi/acceptor.c +0 −4 Original line number Diff line number Diff line Loading @@ -49,10 +49,6 @@ static struct spdk_poller g_acceptor_poller; /*! \file */ static void spdk_iscsi_portal_accept(struct spdk_iscsi_portal *portal) { Loading
lib/iscsi/conn.c +0 −4 Original line number Diff line number Diff line Loading @@ -58,10 +58,6 @@ #include "iscsi/portal_grp.h" #include "spdk/scsi.h" /** \file */ #define SPDK_ISCSI_CONNECTION_MEMSET(conn) \ memset(&(conn)->portal, 0, sizeof(*(conn)) - \ offsetof(struct spdk_iscsi_conn, portal)); Loading
lib/iscsi/iscsi.c +0 −3 Original line number Diff line number Diff line Loading @@ -100,9 +100,6 @@ #define MAX_TMPBUF 1024 /** \file */ struct spdk_iscsi_globals g_spdk_iscsi; /* random value generation */ Loading