> static inline int pipe_buf_confirm(struct pipe_inode_info *pipe, > struct pipe_buffer *buf) > { > - return buf->ops->confirm(pipe, buf); > + return 0; > } Why do you keep pipe_buf_confirm around? -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html