1. NAME

relay_remove_buf - remove a channel buffer

2. SYNOPSIS

void relay_remove_buf(struct kref *  kref );

3. ARGUMENTS

kref
    target kernel reference that contains the relay buffer

4. DESCRIPTION

Removes the file from the fileystem, which also frees the rchan_buf_struct and the channel buffer. Should only be called from kref_put.

5. COPYRIGHT