3085ce2
From 80e1e88e108b774c7aa7c201326f1a92cf1b7e35 Mon Sep 17 00:00:00 2001
2355f89
From: =?utf-8?q?Dan=20Hor=C3=A1k?= <dan@danny.cz>
2355f89
Date: Wed, 26 Aug 2009 14:21:14 +0200
3085ce2
Subject: [PATCH 7/9] s390-tools-1.8.1-lszfcp-perf
2355f89
2355f89
---
2355f89
 zconf/lszfcp |    2 +-
2355f89
 1 files changed, 1 insertions(+), 1 deletions(-)
2355f89
2355f89
diff --git a/zconf/lszfcp b/zconf/lszfcp
3085ce2
index d0bf84f..a872d05 100755
2355f89
--- a/zconf/lszfcp
2355f89
+++ b/zconf/lszfcp
3085ce2
@@ -233,7 +233,7 @@ show_devices()
2355f89
 	# Differentiate old and new sysfs layout
2355f89
 	if $FC_CLASS; then
2355f89
 		SCSI_DEVICE_LIST=`ls -d \
2355f89
-			$SYSFS/devices/css0/*/*/host*/rport*/target*/*/ \
2355f89
+			$SYSFS/bus/ccw/drivers/zfcp/*/host*/rport*/target*/*/ \
2355f89
 		       	2>/dev/null |grep -P '\d+:\d+:\d+:\d+'`
2355f89
 	else
2355f89
 		SCSI_DEVICE_LIST=`ls -d $SYSFS/devices/css0/*/*/host*/*/`
2355f89
-- 
2355f89
1.6.3.3
2355f89