1SEQ_RELEASE(9) The Linux VFS SEQ_RELEASE(9)
23
4
NAME
6seq_release - free the structures associated with sequential file.
7
SYNOPSIS
9int seq_release(struct inode * inode, struct file * file);
10
ARGUMENTS
12inode
13file->f_path.dentry->d_inode
1415
file
16file in question
17
DESCRIPTION
19Frees the structures associated with sequential file; can be used as
20->f_op->release if you don't have private data to destroy.
21
COPYRIGHT
23Kernel Hackers Manual 2.6. November 2011 SEQ_RELEASE(9)