From: Robert Love Date: Tue, 27 Nov 2012 06:53:35 +0000 (+0000) Subject: fcoe: Use the fcoe_sysfs control interface X-Git-Tag: v3.9-rc1~21^2^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=435c86679a24ead623c8a47ca31038e250a75e05;p=pandora-kernel.git fcoe: Use the fcoe_sysfs control interface This patch adds support for the new fcoe_sysfs control interface to fcoe.ko. It keeps the deprecated interface in tact and therefore either the legacy or the new control interfaces can be used. A mixed mode is not supported. A user must either use the new interfaces or the old ones, but not both. The fcoe_ctlr's link state is now driven by both the netdev link state as well as the fcoe_ctlr_device's enabled attribute. The link must be up and the fcoe_ctlr_device must be enabled before the FCoE Controller starts discovery or login. Signed-off-by: Robert Love Acked-by: Neil Horman --- Reading git-diff-tree failed