Blame SOURCES/0001-Remove-enclosure-information-for-FCP-FCoE.patch

534d71
From 83e9f168adfde6ae8ad1efcd661fc47d23bc85cc Mon Sep 17 00:00:00 2001
534d71
From: David Sommerseth <davids@redhat.com>
534d71
Date: Fri, 19 Jun 2015 10:03:57 +0200
534d71
Subject: [PATCH] Remove enclosure information for FCP/FCoE
534d71
534d71
After having done a little bit of research, I've not been able to
534d71
find any sources for enclosure information in the FC/FCoE protocol.
534d71
534d71
So for now, remove the attempts of printing this information
534d71
on these protocols.  This can be reintroduced later when we know
534d71
more how to extract this information.
534d71
534d71
Signed-off-by: David Sommerseth <davids@redhat.com>
534d71
---
534d71
 src/lsscsi.c | 1 -
534d71
 1 file changed, 1 deletion(-)
534d71
534d71
diff --git a/src/lsscsi.c b/src/lsscsi.c
534d71
index e494169..ee330bf 100644
534d71
--- a/src/lsscsi.c
534d71
+++ b/src/lsscsi.c
534d71
@@ -2267,7 +2267,6 @@ transport_tport_longer(const char * devname, const struct lsscsi_opts * op)
534d71
                         printf("  port_state=%s\n", value);
534d71
                 if (get_value(buff, "roles", value, sizeof(value)))
534d71
                         printf("  roles=%s\n", value);
534d71
-                print_enclosure_device(devname, b2, op);
534d71
                 if (get_value(buff, "scsi_target_id", value, sizeof(value)))
534d71
                         printf("  scsi_target_id=%s\n", value);
534d71
                 if (get_value(buff, "supported_classes", value,
534d71
-- 
534d71
1.8.3.1
534d71