commit | 50fd2f298bef9d1f69ac755f1fdf70cd98746be2 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Jan 07 13:06:15 2018 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Jan 07 13:06:15 2018 -0500 |
tree | b7c3dd1d018f7f754d15dc793e4120d0f0c8f007 | |
parent | 6c2c97a24f096e3239bc54029b808c6bcba4f358 [diff] |
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: Al Viro <viro@zeniv.linux.org.uk>