X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Ffs.h;h=f9adf75fd9b4badc81b1e5d61df8ba211615f579;hb=6d1d07e41a1de478a0da3cc14b4a8054ef09931c;hp=0f53e0124941a1e8d0cacdcd258ed5288d881372;hpb=88bd5121d635136e01369141367f315665534b3c;p=linux-2.6 diff --git a/include/linux/fs.h b/include/linux/fs.h index 0f53e01249..f9adf75fd9 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -697,11 +697,13 @@ extern struct list_head file_lock_list; #include extern int fcntl_getlk(struct file *, struct flock __user *); -extern int fcntl_setlk(struct file *, unsigned int, struct flock __user *); +extern int fcntl_setlk(unsigned int, struct file *, unsigned int, + struct flock __user *); #if BITS_PER_LONG == 32 extern int fcntl_getlk64(struct file *, struct flock64 __user *); -extern int fcntl_setlk64(struct file *, unsigned int, struct flock64 __user *); +extern int fcntl_setlk64(unsigned int, struct file *, unsigned int, + struct flock64 __user *); #endif extern void send_sigio(struct fown_struct *fown, int fd, int band);