Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27608
b: refs/heads/master
c: 549c5fc
h: refs/heads/master
v: v3
  • Loading branch information
Matthew Wilcox authored and Roland Dreier committed Jun 18, 2006
1 parent a4cbf0b commit 095f721
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 1962a4a1e4b3716aa836ebeb5b80c804a7f7c5ba
refs/heads/master: 549c5fc2c8149498118f2494a1b6a4938ca05985
3 changes: 1 addition & 2 deletions trunk/drivers/infiniband/ulp/srp/ib_srp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1867,8 +1867,7 @@ static void srp_remove_one(struct ib_device *device)
* commands and don't try to reconnect.
*/
mutex_lock(&host->target_mutex);
list_for_each_entry_safe(target, tmp_target,
&host->target_list, list) {
list_for_each_entry(target, &host->target_list, list) {
spin_lock_irqsave(target->scsi_host->host_lock, flags);
if (target->state != SRP_TARGET_REMOVED)
target->state = SRP_TARGET_REMOVED;
Expand Down

0 comments on commit 095f721

Please sign in to comment.