summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sg.c
diff options
context:
space:
mode:
authorAl Viro2006-02-01 12:31:40 +0100
committerAl Viro2006-02-08 02:58:27 +0100
commit2d20eaf9426598ef156b941bcfa44e867452b770 (patch)
treede49f5ee4078c75cbf38ff9e6ef1b30f2344ec06 /drivers/scsi/sg.c
parent[PATCH] scsi_transport_iscsi gfp_t annotations (diff)
downloadkernel-qcow2-linux-2d20eaf9426598ef156b941bcfa44e867452b770.tar.gz
kernel-qcow2-linux-2d20eaf9426598ef156b941bcfa44e867452b770.tar.xz
kernel-qcow2-linux-2d20eaf9426598ef156b941bcfa44e867452b770.zip
[PATCH] sg gfp_t annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'drivers/scsi/sg.c')
-rw-r--r--drivers/scsi/sg.c2
1 files changed, 1 insertions, 1 deletions
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