1. NAME

rpc_unlink - remove a pipe

2. SYNOPSIS

int rpc_unlink(struct dentry *  dentry );

3. ARGUMENTS

dentry
    dentry for the pipe, as returned from rpc_mkpipe

4. DESCRIPTION

After this call, lookups will no longer find the pipe, and any attempts to read or write using preexisting opens of the pipe will return -EPIPE.

5. COPYRIGHT