commit | b8d9e7f2411b0744df2ec33e80d7698180fef21a | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed May 20 17:58:15 2020 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed May 20 12:11:26 2020 -0400 |
tree | 60c2b6c0ab693d3a2d7b6907cc6b2e61b2b52877 | |
parent | 76887c256744740d6121af9bc4aa787712a1f694 [diff] |
fs: make the pipe_buf_operations ->confirm operation optional Just return 0 for success if it is not present. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>