table of contents
RELAY_FILE_RELEASE(9) | relay interface support | RELAY_FILE_RELEASE(9) |
NAME¶
relay_file_release - release file op for relay files
SYNOPSIS¶
int relay_file_release(struct inode * inode, struct file * filp);
ARGUMENTS¶
inode
the inode
filp
the file
DESCRIPTION¶
Decrements the channel refcount, as the filesystem is no longer using it.
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |