seccomp: Add missing compat_ioctl for notify
[linux-block.git] / kernel / seccomp.c
index 29022c1bbe180b9b661be386d54973f48203375d..ec5c606bc3a1f075fb04fdaa0190e4595cc475b0 100644 (file)
@@ -1225,6 +1225,7 @@ static const struct file_operations seccomp_notify_ops = {
        .poll = seccomp_notify_poll,
        .release = seccomp_notify_release,
        .unlocked_ioctl = seccomp_notify_ioctl,
+       .compat_ioctl = seccomp_notify_ioctl,
 };
 
 static struct file *init_listener(struct seccomp_filter *filter)