Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169020
b: refs/heads/master
c: 4e46bf8
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Kuznetsov authored and James Bottomley committed Nov 26, 2009
1 parent 7c55c5a commit f15c36e
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 860dc73608a091e0b325218acc2701709d5f221a
refs/heads/master: 4e46bf89972b9d98a9f282a9fed2359756a5e34e
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/hosts.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ void scsi_remove_host(struct Scsi_Host *shost)
return;
}
spin_unlock_irqrestore(shost->host_lock, flags);
mutex_unlock(&shost->scan_mutex);
scsi_forget_host(shost);
mutex_unlock(&shost->scan_mutex);
scsi_proc_host_rm(shost);

spin_lock_irqsave(shost->host_lock, flags);
Expand Down

0 comments on commit f15c36e

Please sign in to comment.