From: Al Viro Date: Wed, 1 Feb 2006 11:31:40 +0000 (-0500) Subject: [PATCH] sg gfp_t annotations X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2d20eaf9426598ef156b941bcfa44e867452b770;p=linux-beck.git [PATCH] sg gfp_t annotations Signed-off-by: Al Viro --- diff --git a/drivers/scsi/sg.c b/drivers/scsi/sg.c index 7d0700091f3d..2a547538d444 100644 --- a/drivers/scsi/sg.c +++ b/drivers/scsi/sg.c @@ -1679,7 +1679,7 @@ static int sg_build_sgat(Sg_scatter_hold * schp, const Sg_fd * sfp, int tablesize) { int sg_bufflen = tablesize * sizeof(struct scatterlist); - unsigned int gfp_flags = GFP_ATOMIC | __GFP_NOWARN; + gfp_t gfp_flags = GFP_ATOMIC | __GFP_NOWARN; /* * TODO: test without low_dma, we should not need it since