alpha: propagate the calling convention changes down to csum_partial_copy.c helpers
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 13 Jul 2020 02:55:27 +0000 (22:55 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 20 Aug 2020 19:45:16 +0000 (15:45 -0400)
commitb712139543af98a91300c4e923b85d311cc77c44
tree94d735a05a6d90c509db585d7186dd63ce2be6b7
parentc693cc4676a055c4126e487b30b0a96ea7ec9936
alpha: propagate the calling convention changes down to csum_partial_copy.c helpers

get rid of set_fs() in csum_partial_copy_nocheck(), while we are at it -
just take the part of csum_and_copy_from_user() sans the access_ok() check
into a helper function and have csum_partial_copy_nocheck() call that.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/alpha/lib/csum_partial_copy.c