mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-24 04:34:08 +08:00
[PATCH] sg gfp_t annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
e5fb81bd89
commit
2d20eaf942
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user