From: nagalakshmi.nandigama@lsi.com Date: Tue, 13 Dec 2011 03:59:15 +0000 (+0530) Subject: mpt2sas: Removed redundant calling of _scsih_probe_devices() from _scsih_probe X-Git-Tag: v3.2.3~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ad2f9e91b23962fe309787512497e2092f6326c;p=pandora-kernel.git mpt2sas: Removed redundant calling of _scsih_probe_devices() from _scsih_probe commit 2cb6fc8c014b9b00c4487a79b8f6ed0da4121f45 upstream. Removed redundant calling of _scsih_probe_devices() from _scsih_probe as it is getting called from _scsih_scan_finished. Also moved the function scsi_scan_host(shost) to get called after the volumes on warp drive are reported to the OS. Otherwise by the time the (ioc->hide_drives) flags is set, the volumes on warp drive are reported to the OS already. Also modified the initialization of reply queues only in case of driver load time in the function _base_make_ioc_operational(). Signed-off-by: Nagalakshmi Nandigama Signed-off-by: James Bottomley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed