From bf8bfa23e2364793ccdfc32627d8094a74ae87aa Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 24 Jun 2011 22:49:10 +0100 Subject: [fc] Maintain a list of Fibre Channel upper-layer protocol users Signed-off-by: Michael Brown --- src/usr/fcmgmt.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/usr') diff --git a/src/usr/fcmgmt.c b/src/usr/fcmgmt.c index 1af723d13..f46c7d6ba 100644 --- a/src/usr/fcmgmt.c +++ b/src/usr/fcmgmt.c @@ -74,8 +74,7 @@ void fcpeerstat ( struct fc_peer *peer ) { } list_for_each_entry ( ulp, &peer->ulps, list ) { - printf ( " [Type %02x usage %d link:", - ulp->type, ulp->usage ); + printf ( " [Type %02x link:", ulp->type ); if ( fc_link_ok ( &ulp->link ) ) { printf ( " up, params" ); param = ulp->param; -- cgit v1.2.3-55-g7522