Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271025
b: refs/heads/master
c: 76e4e12
h: refs/heads/master
i:
  271023: c28d650
v: v3
  • Loading branch information
Mike Christie authored and James Bottomley committed Aug 29, 2011
1 parent 831a874 commit 8b1e0c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: eccdcd026ae7359e22b70444b8a45f712f05cc37
refs/heads/master: 76e4e12ff2b3ef86773989fd897b194eb38016e6
3 changes: 2 additions & 1 deletion trunk/include/scsi/scsi_host.h
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,8 @@ static inline struct device *scsi_get_device(struct Scsi_Host *shost)
**/
static inline int scsi_host_scan_allowed(struct Scsi_Host *shost)
{
return shost->shost_state == SHOST_RUNNING;
return shost->shost_state == SHOST_RUNNING ||
shost->shost_state == SHOST_RECOVERY;
}

extern void scsi_unblock_requests(struct Scsi_Host *);
Expand Down

0 comments on commit 8b1e0c7

Please sign in to comment.