Blame iscsi-initiator-utils-remove-the-offload-boot-supported-ifdef.patch

akozumpl df98e29
From cac36706909b91ba3254cd8083291bf6746e831b Mon Sep 17 00:00:00 2001
akozumpl df98e29
From: Ales Kozumplik <akozumpl@redhat.com>
akozumpl df98e29
Date: Fri, 26 Nov 2010 17:27:42 +0100
akozumpl df98e29
Subject: [PATCH] Remove the OFFLOAD_BOOT_SUPPORTED #ifdef.
akozumpl df98e29
akozumpl df98e29
This effectively makes OFFLOAD_BOOT_SUPPORTED always enabled.
akozumpl df98e29
---
akozumpl df98e29
 usr/iscsi_net_util.c |    2 --
akozumpl df98e29
 1 files changed, 0 insertions(+), 2 deletions(-)
akozumpl df98e29
akozumpl df98e29
diff --git a/usr/iscsi_net_util.c b/usr/iscsi_net_util.c
akozumpl df98e29
index cbe6f56..992d930 100644
akozumpl df98e29
--- a/usr/iscsi_net_util.c
akozumpl df98e29
+++ b/usr/iscsi_net_util.c
akozumpl df98e29
@@ -39,11 +39,9 @@ struct iscsi_net_driver {
akozumpl df98e29
 };
akozumpl df98e29
 
akozumpl df98e29
 static struct iscsi_net_driver net_drivers[] = {
akozumpl df98e29
-#ifdef OFFLOAD_BOOT_SUPPORTED
akozumpl df98e29
 	{"cxgb3", "cxgb3i" },
akozumpl df98e29
 	{"bnx2", "bnx2i" },
akozumpl df98e29
 	{"bnx2x", "bnx2i"},
akozumpl df98e29
-#endif
akozumpl df98e29
 	{NULL, NULL}
akozumpl df98e29
 };
akozumpl df98e29
 
akozumpl df98e29
-- 
akozumpl df98e29
1.7.3.2
akozumpl df98e29