relay_remove_buf

Langue: en

Autres versions - même langue

Version: June 2009 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)

NAME

relay_remove_buf - remove a channel buffer

SYNOPSIS

void relay_remove_buf(struct kref * kref);

ARGUMENTS

kref

target kernel reference that contains the relay buffer

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.