Scroll to navigation

GENERIC_PIPE_BUF_CON(9) pipes API GENERIC_PIPE_BUF_CON(9)

NAME

generic_pipe_buf_confirm - verify contents of the pipe buffer

SYNOPSIS

int generic_pipe_buf_confirm(struct pipe_inode_info * info, struct pipe_buffer * buf);

ARGUMENTS

struct pipe_inode_info * info

the pipe that the buffer belongs to

struct pipe_buffer * buf

the buffer to confirm

DESCRIPTION

This function does nothing, because the generic pipe code uses pages that are always good when inserted into the pipe.

COPYRIGHT

June 2017 Kernel Hackers Manual 4.11