Skip to content
Snippets Groups Projects
Commit 5904122c authored by Al Viro's avatar Al Viro
Browse files

take the dummy csum_and_copy_from_user() into net/checksum.h


now that can be done conveniently - all non-trivial cases have
_HAVE_ARCH_COPY_AND_CSUM_FROM_USER defined, so the fallback in
net/checksum.h is used only for dummy (copy_from_user, then
csum_partial) implementation.  Allowing us to get rid of all
dummy instances, both of csum_and_copy_from_user() and
csum_partial_copy_from_user().

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 24f9aa92
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment