Skip to content
Snippets Groups Projects
Commit 8481664d authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

futex_compat __user annotation

parent 9dce07f1
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ fetch_robust_entry(compat_uptr_t *uentry, struct robust_list __user **entry, ...@@ -30,7 +30,7 @@ fetch_robust_entry(compat_uptr_t *uentry, struct robust_list __user **entry,
return 0; 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_long_t futex_offset)
{ {
compat_uptr_t base = ptr_to_compat(entry); compat_uptr_t base = ptr_to_compat(entry);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment