Verify contents of the pipe buffer
int generic_pipe_buf_confirm(struct pipe_inode_info * info, struct pipe_buffer * buf);
info
the pipe that the buffer belongs to
buf
the buffer to confirm
This function does nothing, because the generic pipe code uses pages that are always good when inserted into the pipe.