]> Git Repo - linux.git/commit
fs: rename pipe_buf ->steal to ->try_steal
authorChristoph Hellwig <[email protected]>
Wed, 20 May 2020 15:58:16 +0000 (17:58 +0200)
committerAl Viro <[email protected]>
Wed, 20 May 2020 16:14:10 +0000 (12:14 -0400)
commitc928f642c29a5ffb02e16f2430b42b876dde69de
treec3ccd9480d24d86420f191d5ea51281c99ba2de0
parentb8d9e7f2411b0744df2ec33e80d7698180fef21a
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 <[email protected]>
Signed-off-by: Al Viro <[email protected]>
drivers/char/virtio_console.c
fs/fuse/dev.c
fs/pipe.c
fs/splice.c
include/linux/pipe_fs_i.h
kernel/relay.c
This page took 0.060103 seconds and 4 git commands to generate.