Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 495bbe94e5126512132d69685e96e0d7 > files > 18

fcoe-utils-1.0.18-2.fc15.src.rpm

From dbe527951f6f0836ba8d31ad77d09e8870dfb987 Mon Sep 17 00:00:00 2001
From: Robert Love <robert.w.love@intel.com>
Date: Tue, 25 Jan 2011 04:43:48 +0000
Subject: [PATCH 01/16] fcoemon: Use new libfcoe.ko interfaces (create,
 destroy, ...)

The create, destroy, enable and disable interfaces have
all moved from fcoe.ko to libfcoe.ko with the kernel
fcoe transport changes. fcoemon needs to use the new kernel
interfaces since the old ones do not exist anymore.

Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: Petr Sabata <psabata@redhat.com>
---
 include/fcoe_utils.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/fcoe_utils.h b/include/fcoe_utils.h
index 48019b5..46085be 100644
--- a/include/fcoe_utils.h
+++ b/include/fcoe_utils.h
@@ -38,7 +38,7 @@
 #define SYSFS_MOUNT	"/sys"
 #define SYSFS_NET	SYSFS_MOUNT "/class/net"
 #define SYSFS_FCHOST	SYSFS_MOUNT "/class/fc_host"
-#define SYSFS_FCOE	SYSFS_MOUNT "/module/fcoe/parameters"
+#define SYSFS_FCOE	SYSFS_MOUNT "/module/libfcoe/parameters"
 
 #define FCHOSTBUFLEN 64
 
-- 
1.7.4.4