POSIX_UNBLOCK_LOCK
Section: The Linux VFS (9)
Updated: February 2011
Index
Return to Main Contents
NAME
posix_unblock_lock - stop waiting for a file lock
SYNOPSIS
-
int posix_unblock_lock(struct file * filp, struct file_lock * waiter);
ARGUMENTS
filp
-
- how the file was opened
waiter
-
the lock which was waiting
DESCRIPTION
lockd needs to block waiting for locks.
COPYRIGHT