]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - fs/userfaultfd.c
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux.git] / fs / userfaultfd.c
index f9fd18670e22dfb3b9608007c93b9bff6353e245..d7f54e535294b725db8f02c514bd8b8be81576a5 100644 (file)
@@ -1923,7 +1923,7 @@ static const struct file_operations userfaultfd_fops = {
        .poll           = userfaultfd_poll,
        .read           = userfaultfd_read,
        .unlocked_ioctl = userfaultfd_ioctl,
-       .compat_ioctl   = userfaultfd_ioctl,
+       .compat_ioctl   = compat_ptr_ioctl,
        .llseek         = noop_llseek,
 };