Put a reference to a struct pipe_buffer
void generic_pipe_buf_release(struct pipe_inode_info * pipe, struct pipe_buffer * buf);
pipe
the pipe that the buffer belongs to
buf
the buffer to put a reference to
This function releases a reference to buf.