table of contents
other versions
- wheezy 3.2.78-1
POSIX_UNBLOCK_LOCK(9) | The Linux VFS | POSIX_UNBLOCK_LOCK(9) |
NAME¶
posix_unblock_lock - stop waiting for a file lockSYNOPSIS¶
int
posix_unblock_lock(struct file * filp,
struct file_lock * waiter);
ARGUMENTS¶
filphow the file was opened
waiter
the lock which was waiting
DESCRIPTION¶
lockd needs to block waiting for locks.COPYRIGHT¶
March 2016 | Kernel Hackers Manual 3.2. |