Name

seq_release — free the structures associated with sequential file.

Synopsis

int seq_release (struct inode * inode, struct file * file);

Arguments

inode

file->f_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.