commit | 77a8710ba7ef7ffcb71f0618bddf78c1b04f01d3 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Feb 18 13:01:02 2020 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri May 29 16:11:49 2020 -0400 |
tree | da070d513882510df04191e3c3bda35473fcd328 | |
parent | 808b49da54e640cba5c5c92dee658018a529226b [diff] |
parisc: turn csum_partial_copy_from_user() into csum_and_copy_from_user() Already has the right semantics. Incidentally. failing copy_from_user() zeroes the tail of destination - no need to repeat that manually Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>