Skip to content

Commit

Permalink
futex_compat __user annotation
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Al Viro authored and torvalds committed Mar 30, 2008
1 parent 9dce07f commit 8481664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/futex_compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 8481664

Please sign in to comment.