]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] fix scsi_wait_scan
authorJames Bottomley <jbottomley@parallels.com>
Wed, 30 May 2012 09:45:39 +0000 (09:45 +0000)
committerJames Bottomley <JBottomley@Parallels.com>
Wed, 30 May 2012 09:46:37 +0000 (13:46 +0400)
commit2cebb31dc0d39064b5ea5ab66f8da0c751f7ba06
tree465cf3d91ff97705abc67a93188284fef54670f2
parente0edf2278a94060ad76fc0da6b9d6bf433b0b8a6
[SCSI] fix scsi_wait_scan

Commit  99004bb7fe8dcc1e08a5aea02384b916964f56d4
Author: Rafael J. Wysocki <rjw@sisk.pl>
Date:   Sun Apr 12 20:06:56 2009 +0200

    PM/Hibernate: Wait for SCSI devices scan to complete during resume

Broke the scsi_wait_scan module in 2.6.30.  Apparently debian still uses it so
fix it and backport to stable before removing it in 3.6.

The breakage is caused because the function template in
include/scsi/scsi_scan.h is defined to be a nop unless SCSI is built in.
That means that in the modular case (which is every distro), the
scsi_wait_scan module does a simple async_synchronize_full() instead of
waiting for scans.

Cc: <stable@vger.kernel.org>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/scsi_wait_scan.c