seq_release(9) suse man page | unix.com

Man Page: seq_release

Operating Environment: suse

Section: 9

SEQ_RELEASE(9)							   The Linux VFS						    SEQ_RELEASE(9)

NAME
seq_release - free the structures associated with sequential file.
SYNOPSIS
int seq_release(struct inode * inode, struct file * file);
ARGUMENTS
inode file->f_path.dentry->d_inode file file in question
DESCRIPTION
Frees the structures associated with sequential file; can be used as ->f_op->release if you don't have private data to destroy.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 SEQ_RELEASE(9)
Related Man Pages
debugfs_create_file(9) - centos
securityfs_create_file(9) - centos
debugfs_create_u16(9) - suse
debugfs_create_u32(9) - suse
debugfs_create_u64(9) - suse
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Is UNIX an open source OS ?
Getting command output to putty window title.
Migrating to UNIX
Update kernel Linux without reboot?!