Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27607
b: refs/heads/master
c: 1962a4a
h: refs/heads/master
i:
  27605: c4c556c
  27603: 6e935d6
  27599: aa36fce
v: v3
  • Loading branch information
Matthew Wilcox authored and Roland Dreier committed Jun 18, 2006
1 parent 7c1292d commit a4cbf0b
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: e9cd59418f049966a690372c4919e98c88bb119b
refs/heads/master: 1962a4a1e4b3716aa836ebeb5b80c804a7f7c5ba
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 @@ -1456,9 +1456,8 @@ static int srp_add_target(struct srp_host *host, struct srp_target_port *target)

target->state = SRP_TARGET_LIVE;

/* XXX: are we supposed to have a definition of SCAN_WILD_CARD ?? */
scsi_scan_target(&target->scsi_host->shost_gendev,
0, target->scsi_id, ~0, 0);
0, target->scsi_id, SCAN_WILD_CARD, 0);

return 0;
}
Expand Down

0 comments on commit a4cbf0b

Please sign in to comment.