Skip to content
  • Al Viro's avatar
    take the dummy csum_and_copy_from_user() into net/checksum.h · 5904122c
    Al Viro authored
    
    
    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>
    5904122c