Apply a flock-style lock to a file
int flock_lock_file_wait(struct file * filp, struct file_lock * fl);
filp
The file to apply the lock to
fl
The lock to be applied
Add a FLOCK style lock to a file.