'\" t .\" Title: seq_release .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: January 2017 .\" Manual: The Linux VFS .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "SEQ_RELEASE" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "The Linux VFS" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" seq_release \- free the structures associated with sequential file\&. .SH "SYNOPSIS" .HP \w'int\ seq_release('u .BI "int seq_release(struct\ inode\ *\ " "inode" ", struct\ file\ *\ " "file" ");" .SH "ARGUMENTS" .PP \fIinode\fR .RS 4 its inode .RE .PP \fIfile\fR .RS 4 file in question .RE .SH "DESCRIPTION" .PP Frees the structures associated with sequential file; can be used as \->f_op\->\fBrelease\fR if you don\*(Aqt have private data to destroy\&. .SH "COPYRIGHT" .br