diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2023-06-24 02:58:19 +0300 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2023-06-24 02:58:19 +0300 |
commit | 63773d2b593d86440c3b96fd300ed80d00cd06ef (patch) | |
tree | ebc7b1e8f1c0ce535ef9c6120209d0e87d8d4b16 /mm/gup_test.c | |
parent | cf01724e2d73a90524450e3dd8798cfb9d7aca05 (diff) | |
parent | 814bc1de03ea4361101408e63a68e4b82aef22cb (diff) | |
download | linux-63773d2b593d86440c3b96fd300ed80d00cd06ef.tar.xz |
Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.
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, }; |