commit | c53033f6b0bd7cc133b7f433083f0394cf29ac70 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri Oct 21 03:22:08 2005 -0400 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Oct 28 08:16:50 2005 -0700 |
tree | 0e53b6f65b41f69de987e6b2a96248218933d497 | |
parent | 9796fdd829da626374458e8706daedcc0e432ddd [diff] [blame] |
[PATCH] gfp_t: drivers/scsi Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
diff --git a/drivers/scsi/sg.c b/drivers/scsi/sg.c index ad94367..fd56b7e 100644 --- a/drivers/scsi/sg.c +++ b/drivers/scsi/sg.c
@@ -2644,7 +2644,7 @@ sg_page_malloc(int rqSz, int lowDma, int *retSzp) { char *resp = NULL; - int page_mask; + gfp_t page_mask; int order, a_size; int resSz = rqSz;