1GENERIC_PIPE_BUF_CON(9) pipes API GENERIC_PIPE_BUF_CON(9)
2
3
4
6 generic_pipe_buf_confirm - verify contents of the pipe buffer
7
9 int generic_pipe_buf_confirm(struct pipe_inode_info * info,
10 struct pipe_buffer * buf);
11
13 info
14 the pipe that the buffer belongs to
15
16 buf
17 the buffer to confirm
18
20 This function does nothing, because the generic pipe code uses pages
21 that are always good when inserted into the pipe.
22
24Kernel Hackers Manual 3.10 June 2019 GENERIC_PIPE_BUF_CON(9)