]> git.baikalelectronics.ru Git - kernel.git/commit
fs: rename pipe_buf ->steal to ->try_steal
authorChristoph Hellwig <hch@lst.de>
Wed, 20 May 2020 15:58:16 +0000 (17:58 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 20 May 2020 16:14:10 +0000 (12:14 -0400)
commit916dda66f9619b2859d29b06543bd5fcb802b2f2
treec3ccd9480d24d86420f191d5ea51281c99ba2de0
parent27cbbc92706ce852c105e3c32a9f806bf7b28552
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>
drivers/char/virtio_console.c
fs/fuse/dev.c
fs/pipe.c
fs/splice.c
include/linux/pipe_fs_i.h
kernel/relay.c