From: Yi Zou Date: Tue, 20 Jul 2010 22:21:17 +0000 (-0700) Subject: [SCSI] fcoe: fix offload feature flag change from netdev X-Git-Tag: v2.6.36-rc1~570^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54a5b21da9d4d3f58770da5d1c244db9724659ee;p=pandora-kernel.git [SCSI] fcoe: fix offload feature flag change from netdev Currently, when FCoE netdev feature flags are toggled by the LLD, lport's corresponding flags are not updated. This causes the fc_fcp to still try to offload the I/O. This patch adds support of NETDEV_FEAT_CHANGE event in fcoe netdev device notification callback so we can update the lport offload flags appropriately. Signed-off-by: Yi Zou Signed-off-by: Robert Love Signed-off-by: James Bottomley --- Reading git-diff-tree failed