generic_pipe_buf_unmap — unmap a previously mapped pipe buffer
void generic_pipe_buf_unmap
(struct pipe_inode_info * pipe, struct pipe_buffer * buf, void * map_data);
the pipe that the buffer belongs to
the buffer that should be unmapped
the data that the mapping function returned
This function undoes the mapping that ->map provided.