From: Vasu Dev Date: Fri, 9 Mar 2012 22:49:58 +0000 (-0800) Subject: [SCSI] libfc: update fc_host mfs along with updating lport->mfs X-Git-Tag: v3.4-rc1~6^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73d67aa40b1f94a4e5edecbbc3b94d352eeeae0a;p=pandora-kernel.git [SCSI] libfc: update fc_host mfs along with updating lport->mfs Currently fc_host mfs is not getting updated in case its changed during FLOGI and that leaves fc_host to show its initial old value in sysfs, so instead have fc_host mfs updated along with updating lport mfs during FLOGI. Also in case of bad mfs during flogi, error out instead of continuing with flogi. [ Changes made by Robert Love: condition to '>=' and added printing of lport->mfs in DBG statement. FLOGI resp processing failed without being able to compare FCoE MFS 2112 against an incoming MFS of 2112 ] Signed-off-by: Vasu Dev Tested-by: Ross Brattain Signed-off-by: Robert Love Signed-off-by: James Bottomley --- Reading git-diff-tree failed