Query: seq_release
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SEQ_RELEASE(9) The Linux VFS SEQ_RELEASE(9)NAMEseq_release - free the structures associated with sequential file.SYNOPSISint seq_release(struct inode * inode, struct file * file);ARGUMENTSinode file->f_path.dentry->d_inode file file in questionDESCRIPTIONFrees the structures associated with sequential file; can be used as ->f_op->release if you don't have private data to destroy.COPYRIGHTKernel Hackers Manual 2.6. July 2010 SEQ_RELEASE(9)