qla4xxx: Export sysfs DDBs from DPC handler
authorNilesh Javali <nilesh.javali@qlogic.com>
Thu, 10 Apr 2014 01:12:25 +0000 (21:12 -0400)
committerChristoph Hellwig <hch@lst.de>
Mon, 19 May 2014 17:12:19 +0000 (19:12 +0200)
commit906cbf3d2cef76a6e23207647cbbbc66023886f9
treef6aecc180dd7a3eb082907a7e6ec87efcfd63e62
parentd43ba46fa226b106c66c7c92c8c512ef8515b6ee
qla4xxx: Export sysfs DDBs from DPC handler

Issue:
modprobe qla4xxx is killed by systemd due to timeout.

Solution:
The exporting of sysfs DDBs from qla4xxx_probe_adapter added delay of
approximately 15s due to which system-udevd killed the modprobe of the
driver. Added fix to export the sysfs DDBs from the DPC handler.

Signed-off-by: Nilesh Javali <nilesh.javali@qlogic.com>
Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/scsi/qla4xxx/ql4_def.h
drivers/scsi/qla4xxx/ql4_glbl.h
drivers/scsi/qla4xxx/ql4_os.c