diff options
Diffstat (limited to 'mm/gup_test.c')
-rw-r--r-- | mm/gup_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/gup_test.c b/mm/gup_test.c index 26f45fe45c48..eeb3f4d87c51 100644 --- a/mm/gup_test.c +++ b/mm/gup_test.c @@ -380,6 +380,7 @@ static int gup_test_release(struct inode *inode, struct file *file) static const struct file_operations gup_test_fops = { .open = nonseekable_open, .unlocked_ioctl = gup_test_ioctl, + .compat_ioctl = compat_ptr_ioctl, .release = gup_test_release, }; |