1. NAME

relay_file_release - release file op for relay files

2. SYNOPSIS

int relay_file_release(struct inode *  inode , struct file *  filp );

3. ARGUMENTS

inode
    the inode

filp
    the file

4. DESCRIPTION

Decrements the channel refcount, as the filesystem is no longer using it.

5. COPYRIGHT