Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 119d0312 authored by Al Viro's avatar Al Viro
Browse files

kill __copy_in_user()



no users left

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent f2cffa22
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -180,12 +180,6 @@ copy_to_user(void __user *to, const void *from, unsigned long n)
}
#ifdef CONFIG_COMPAT
static __always_inline unsigned long __must_check
__copy_in_user(void __user *to, const void *from, unsigned long n)
{
	might_fault();
	return raw_copy_in_user(to, from, n);
}
static __always_inline unsigned long __must_check
copy_in_user(void __user *to, const void *from, unsigned long n)
{
	might_fault();