From: Yi Zou Date: Fri, 1 Apr 2011 23:06:04 +0000 (-0700) Subject: [SCSI] fcoe: remove unnecessary module state check X-Git-Tag: v3.0-rc1~383^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38b34aca30ef1296bbc552505d80c69f274f0872;p=pandora-kernel.git [SCSI] fcoe: remove unnecessary module state check The check of module state being MODULE_STATE_LIVE is no longer needed for the individual fcoe transport driver, e.g., fcoe.ko, as sysfs entries now go to libfcoe now, if it reaches fcoe.ko, it has to be already registered. The module state check for libfcoe will guard the possible race condition of sysfs being writable before module_init function is called and after module_exit. Signed-off-by: Yi Zou Tested-by: Ross Brattain Signed-off-by: Robert Love Signed-off-by: James Bottomley --- Reading git-diff-tree failed