.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "POSIX_UNBLOCK_LOCK" "9" "09 October 2005" "" ""
.SH NAME
posix_unblock_lock \- stop waiting for a file lock
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void posix_unblock_lock (struct file * \fIfilp\fB, struct file_lock * \fIwaiter\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIfilp\fB\fR
how the file was opened
.TP
\fB\fIwaiter\fB\fR
the lock which was waiting
.SH "DESCRIPTION"
.PP
lockd needs to block waiting for locks.