X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=fs%2Fceph%2Ffile.c;h=11929d2bb594c8d5f3d68c7a93946a8966da836f;hb=388c645a33a739bb96aa5ffe283ec68786ea7890;hp=8de633964dc3a116a3bc059b2e2494812ff473e0;hpb=6a965666b7e7475c2f8c8e724703db58b8a8a445;p=linux.git diff --git a/fs/ceph/file.c b/fs/ceph/file.c index 8de633964dc3..11929d2bb594 100644 --- a/fs/ceph/file.c +++ b/fs/ceph/file.c @@ -2188,7 +2188,7 @@ const struct file_operations ceph_file_fops = { .splice_read = generic_file_splice_read, .splice_write = iter_file_splice_write, .unlocked_ioctl = ceph_ioctl, - .compat_ioctl = ceph_ioctl, + .compat_ioctl = compat_ptr_ioctl, .fallocate = ceph_fallocate, .copy_file_range = ceph_copy_file_range, };