1RELAY_FILE_RELEASE(9) relay interface support RELAY_FILE_RELEASE(9)
23
4
NAME
6relay_file_release - release file op for relay files
7
SYNOPSIS
9int relay_file_release(struct inode * inode, struct file * filp);
10
ARGUMENTS
12inode
13the inode
1415
filp
16the file
17
DESCRIPTION
19Decrements the channel refcount, as the filesystem is no longer using
20it.
21
COPYRIGHT
23Kernel Hackers Manual 2.6. June 2019 RELAY_FILE_RELEASE(9)