提交 e1267585 编写于 作者: A Al Viro

iov_iter: export import_single_range()

Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 36f7a8a4
......@@ -849,3 +849,4 @@ int import_single_range(int rw, void __user *buf, size_t len,
iov_iter_init(i, rw, iov, 1, len);
return 0;
}
EXPORT_SYMBOL(import_single_range);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册