commit | c928f642c29a5ffb02e16f2430b42b876dde69de | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed May 20 17:58:16 2020 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed May 20 12:14:10 2020 -0400 |
tree | c3ccd9480d24d86420f191d5ea51281c99ba2de0 | |
parent | b8d9e7f2411b0744df2ec33e80d7698180fef21a [diff] |
fs: rename pipe_buf ->steal to ->try_steal And replace the arcane return value convention with a simple bool where true means success and false means failure. [AV: braino fix folded in] Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>