]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - kernel/futex_compat.c
futex: Change 3rd arg of fetch_robust_entry() to unsigned int*
[net-next-2.6.git] / kernel / futex_compat.c
index d49afb2395e5cab17dd85417c95741c60c12a4cf..06da4dfc339b7362716858f92bec749962241808 100644 (file)
@@ -19,7 +19,7 @@
  */
 static inline int
 fetch_robust_entry(compat_uptr_t *uentry, struct robust_list __user **entry,
-                  compat_uptr_t __user *head, int *pi)
+                  compat_uptr_t __user *head, unsigned int *pi)
 {
        if (get_user(*uentry, head))
                return -EFAULT;