Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148091
b: refs/heads/master
c: 7270b9b
h: refs/heads/master
i:
  148089: d93ce00
  148087: c3a7729
v: v3
  • Loading branch information
Brian King authored and James Bottomley committed Jun 8, 2009
1 parent 69f01c7 commit 017ace2
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: 4a2837d4fcaf8a2c2ad61523287073d0c14b9ed0
refs/heads/master: 7270b9bde5f382e730e1ef69d6c1b34d388df2b0
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/ibmvscsi/ibmvfc.c
Original file line number Diff line number Diff line change
Expand Up @@ -3420,7 +3420,7 @@ static int ibmvfc_alloc_target(struct ibmvfc_host *vhost, u64 scsi_id)
}
spin_unlock_irqrestore(vhost->host->host_lock, flags);

tgt = mempool_alloc(vhost->tgt_pool, GFP_KERNEL);
tgt = mempool_alloc(vhost->tgt_pool, GFP_NOIO);
if (!tgt) {
dev_err(vhost->dev, "Target allocation failure for scsi id %08llx\n",
scsi_id);
Expand Down

0 comments on commit 017ace2

Please sign in to comment.