diff --git a/fs/fcntl.c b/fs/fcntl.c index 3d40771e8e7cf59da14f617c9df473c1a7adeb6e..7ca7562f2b79fab25f0c7fcef1de8cbe4eaea2d4 100644 --- a/fs/fcntl.c +++ b/fs/fcntl.c @@ -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;