.\" 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 "NTFS_INDEX_CTX_PUT" "9" "09 October 2005" "" ""
.SH NAME
ntfs_index_ctx_put \- release an index context
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void ntfs_index_ctx_put (ntfs_index_context * \fIictx\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIictx\fB\fR
index context to free
.SH "DESCRIPTION"
.PP
Release the index context \fIictx\fR, releasing all associated resources.
.SH "LOCKING"
.PP
Caller must hold i_sem on the index inode.