Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42457
b: refs/heads/master
c: 93b45af
h: refs/heads/master
i:
  42455: 795e9f8
v: v3
  • Loading branch information
Matthew Wilcox authored and James Bottomley committed Nov 22, 2006
1 parent e7b520b commit 81671f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 21db1882f79a1ad5977cae6766376a63f60ec414
refs/heads/master: 93b45af5c6b9d41bbe9da11442291ac4eefc15b4
3 changes: 3 additions & 0 deletions trunk/drivers/scsi/scsi_scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -1549,6 +1549,9 @@ void scsi_scan_target(struct device *parent, unsigned int channel,
{
struct Scsi_Host *shost = dev_to_shost(parent);

if (strncmp(scsi_scan_type, "none", 4) == 0)
return;

if (!shost->async_scan)
scsi_complete_async_scans();

Expand Down

0 comments on commit 81671f8

Please sign in to comment.