commit | 808b49da54e640cba5c5c92dee658018a529226b | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Feb 18 12:49:07 2020 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri May 29 16:11:49 2020 -0400 |
tree | 4b90e130ba4ad679f34069feb5cbee86bc46d3fb | |
parent | bfdaf029c9c95072359fd0870c282e53953220f6 [diff] |
alpha: turn csum_partial_copy_from_user() into csum_and_copy_from_user() It's already doing the right thing - it does access_ok() and the wrapper in net/checksum.h is pointless here. Just rename it and be done with that... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>