diff options
| author | Al Viro <[email protected]> | 2006-10-10 21:47:47 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2006-10-10 22:37:23 +0000 |
| commit | fa1f5ea860af34d74c1475eddde3364e71fac15d (patch) | |
| tree | e52736f361bea819db6750a372ba27e0f1a43f24 /drivers/scsi/scsi_error.c | |
| parent | [PATCH] ptrace32 trivial __user annotations (diff) | |
| download | kernel-fa1f5ea860af34d74c1475eddde3364e71fac15d.tar.gz kernel-fa1f5ea860af34d74c1475eddde3364e71fac15d.zip | |
[PATCH] gfp annotations: scsi_error
Signed-off-by: Al Viro <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'drivers/scsi/scsi_error.c')
| -rw-r--r-- | drivers/scsi/scsi_error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/scsi_error.c b/drivers/scsi/scsi_error.c index 3d355d054612..aff1b0cfd4b2 100644 --- a/drivers/scsi/scsi_error.c +++ b/drivers/scsi/scsi_error.c @@ -495,7 +495,7 @@ static int scsi_send_eh_cmnd(struct scsi_cmnd *scmd, unsigned char *cmnd, memcpy(scmd->cmnd, cmnd, cmnd_size); if (copy_sense) { - int gfp_mask = GFP_ATOMIC; + gfp_t gfp_mask = GFP_ATOMIC; if (shost->hostt->unchecked_isa_dma) gfp_mask |= __GFP_DMA; |
