Skip to content

Commit

Permalink
[PATCH] gfp annotations: scsi_error
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Oct 10, 2006
1 parent 86f9333 commit fa1f5ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/scsi_error.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit fa1f5ea

Please sign in to comment.