提交 f2ec76f2 编写于 作者: A Andy Grover

RDS: Use NOWAIT in message_map_pages()

Can no longer block, so use NOWAIT.
Signed-off-by: NAndy Grover <andy.grover@oracle.com>
上级 2fa57129
......@@ -256,7 +256,7 @@ struct rds_message *rds_message_map_pages(unsigned long *page_addrs, unsigned in
int num_sgs = ceil(total_len, PAGE_SIZE);
int extra_bytes = num_sgs * sizeof(struct scatterlist);
rm = rds_message_alloc(extra_bytes, GFP_KERNEL);
rm = rds_message_alloc(extra_bytes, GFP_NOWAIT);
if (!rm)
return ERR_PTR(-ENOMEM);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册