Skip to content
  • Al Viro's avatar
    fix unsafe_put_user() · a7cc722f
    Al Viro authored
    
    
    __put_user_size() relies upon its first argument having the same type as what
    the second one points to; the only other user makes sure of that and
    unsafe_put_user() should do the same.
    
    Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
    a7cc722f