Skip to content
Commit 50fd2f29 authored by Al Viro's avatar Al Viro
Browse files

new primitive: vmemdup_user()



similar to memdup_user(), but does *not* guarantee that result will
be physically contiguous; use only in cases where that's not a requirement
and free it with kvfree().

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 6c2c97a2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment