提交 2d20eaf9 编写于 作者: A Al Viro

[PATCH] sg gfp_t annotations

Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 e5fb81bd
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册