1SEQ_RELEASE(9)                   The Linux VFS                  SEQ_RELEASE(9)
2
3
4

NAME

6       seq_release - free the structures associated with sequential file.
7

SYNOPSIS

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

ARGUMENTS

12       inode
13           its inode
14
15       file
16           file in question
17

DESCRIPTION

19       Frees the structures associated with sequential file; can be used as
20       ->f_op->release if you don't have private data to destroy.
21
23Kernel Hackers Manual 3.10         June 2019                    SEQ_RELEASE(9)
Impressum