linux/drivers/scsi/be2iscsi
Jayamohan Kallickal 0598b8afd6 be2iscsi: Fix exposing Host in sysfs after adapter initialization is complete
Before probe for function was completed, iSCSI Daemon had initiated login
 to target while OS was coming up. The targets which had node.startup=automatic,
 login process was initiated.Since function specific initialization was still in
 progress this lead to kernel panic.

 Fixed the issue by moving iscsi_host_add() call after adapter initialization
 is done.

Signed-off-by: John Soni Jose <sony.john-n@emulex.com>
Signed-off-by: Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
2014-05-28 18:13:14 +02:00
..
be_cmds.c [SCSI] be2iscsi: Fix the session cleanup when reboot/shutdown happens 2014-03-15 10:19:11 -07:00
be_cmds.h [SCSI] be2iscsi: Fix the session cleanup when reboot/shutdown happens 2014-03-15 10:19:11 -07:00
be_iscsi.c [SCSI] be2iscsi: Fix the session cleanup when reboot/shutdown happens 2014-03-15 10:19:11 -07:00
be_iscsi.h [SCSI] be2scsi: Update copyright dates to 2013 2013-05-02 08:16:45 -07:00
be_main.c be2iscsi: Fix exposing Host in sysfs after adapter initialization is complete 2014-05-28 18:13:14 +02:00
be_main.h [SCSI] be2iscsi : Bump the driver version 2014-03-15 10:19:11 -07:00
be_mgmt.c be2iscsi: Fix retrieving MCCQ_WRB in non-embedded Mbox path 2014-05-28 18:13:14 +02:00
be_mgmt.h [SCSI] be2iscsi: Fix Insufficient Buffer Error returned in MBX Completion 2013-10-25 09:58:09 +01:00
be.h [SCSI] be2iscsi: Fix the session cleanup when reboot/shutdown happens 2014-03-15 10:19:11 -07:00
Kconfig [SCSI] be2iscsi: select ISCSI_BOOT_SYSFS 2010-08-06 09:41:59 -05:00
Makefile