.\" 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 "SEQ_RELEASE" "9" "09 October 2005" "" ""
.SH NAME
seq_release \- free the structures associated with sequential file.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int seq_release (struct inode * \fIinode\fB, struct file * \fIfile\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIinode\fB\fR
file->f_dentry->d_inode
.TP
\fB\fIfile\fB\fR
file in question
.SH "DESCRIPTION"
.PP
Frees the structures associated with sequential file; can be used
as ->f_op->\fBrelease\fR if you don't have private data to destroy.