1
0
Fork 0

fix a braino in ia64 uaccess csum changes

Fixes: cc03f19cfd (ia64: csum_partial_copy_nocheck(): don't abuse csum_partial_copy_from_user())
Reported-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
alistair/sunxi64-5.8
Al Viro 2020-06-03 16:15:28 -04:00
parent 001c1a655f
commit 174e1ea8a2
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
#include <linux/types.h>
#include <linux/string.h>
#include <linux/uaccess.h>
#include <net/checksum.h>
/*
* XXX Fixme: those 2 inlines are meant for debugging and will go away