Merge tag 'io_uring-5.5-20191212' of git://git.kernel.dk/linux-block
[sfrench/cifs-2.6.git] / fs / fcntl.c
index 41b6438bd2d9a8a8ec088b0a6179159c60fae74b..9bc167562ee80bfdcb8b1c6648576e988bbd04eb 100644 (file)
@@ -277,7 +277,7 @@ static long fcntl_rw_hint(struct file *file, unsigned int cmd,
                          unsigned long arg)
 {
        struct inode *inode = file_inode(file);
-       u64 *argp = (u64 __user *)arg;
+       u64 __user *argp = (u64 __user *)arg;
        enum rw_hint hint;
        u64 h;