OSDN Git Service

alpha: turn csum_partial_copy_from_user() into csum_and_copy_from_user()
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 18 Feb 2020 17:49:07 +0000 (12:49 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 29 May 2020 20:11:49 +0000 (16:11 -0400)
commit808b49da54e640cba5c5c92dee658018a529226b
tree4b90e130ba4ad679f34069feb5cbee86bc46d3fb
parentbfdaf029c9c95072359fd0870c282e53953220f6
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>
arch/alpha/include/asm/checksum.h
arch/alpha/lib/csum_partial_copy.c