1. NAME

flock_lock_file_wait - Apply a FLOCK-style lock to a file

2. SYNOPSIS

int flock_lock_file_wait(struct file *  filp , struct file_lock *  fl );

3. ARGUMENTS

filp
    The file to apply the lock to

fl
    The lock to be applied

4. DESCRIPTION

Add a FLOCK style lock to a file.

5. COPYRIGHT