Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8720
b: refs/heads/master
c: 286f3e1
h: refs/heads/master
v: v3
  • Loading branch information
Neil Brown authored and James Bottomley committed Sep 9, 2005
1 parent 56821ae commit 83050f6
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: 903f4fed858a7b56b260cbd55d174fe54d188fb7
refs/heads/master: 286f3e13a1dc7f32407629fbd7aabc8ea78c62b5
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/scsi_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ int scsi_execute_req(struct scsi_device *sdev, const unsigned char *cmd,
int result;

if (sshdr) {
sense = kmalloc(SCSI_SENSE_BUFFERSIZE, GFP_KERNEL);
sense = kmalloc(SCSI_SENSE_BUFFERSIZE, GFP_NOIO);
if (!sense)
return DRIVER_ERROR << 24;
memset(sense, 0, SCSI_SENSE_BUFFERSIZE);
Expand Down

0 comments on commit 83050f6

Please sign in to comment.