Man Page: generic_pipe_buf_confirm
Operating Environment: centos
Section: 9
GENERIC_PIPE_BUF_CON(9) pipes API GENERIC_PIPE_BUF_CON(9)NAMEgeneric_pipe_buf_confirm - verify contents of the pipe bufferSYNOPSISint generic_pipe_buf_confirm(struct pipe_inode_info * info, struct pipe_buffer * buf);ARGUMENTSinfo the pipe that the buffer belongs to buf the buffer to confirmDESCRIPTIONThis function does nothing, because the generic pipe code uses pages that are always good when inserted into the pipe.COPYRIGHTKernel Hackers Manual 3.10 June 2014 GENERIC_PIPE_BUF_CON(9)