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

Commit 8481664d authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

futex_compat __user annotation

parent 9dce07f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ fetch_robust_entry(compat_uptr_t *uentry, struct robust_list __user **entry,
	return 0;
}

static void __user *futex_uaddr(struct robust_list *entry,
static void __user *futex_uaddr(struct robust_list __user *entry,
				compat_long_t futex_offset)
{
	compat_uptr_t base = ptr_to_compat(entry);