X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=fs%2Ffcntl.c;h=9bc167562ee80bfdcb8b1c6648576e988bbd04eb;hb=e69ec487b2c7c82ef99b4b15122f58a2a99289a3;hp=41b6438bd2d9a8a8ec088b0a6179159c60fae74b;hpb=911d137ab027e6dac03695bfe71702e64b6aa161;p=linux.git diff --git a/fs/fcntl.c b/fs/fcntl.c index 41b6438bd2d9..9bc167562ee8 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;