]> Cypherpunks repositories - gostls13.git/commit
os: skip zero-copy attempts with copy_file_range(2)/splice(2) for target files with...
authorAndy Pan <panjf2000@gmail.com>
Mon, 27 Feb 2023 04:47:39 +0000 (12:47 +0800)
committerGopher Robot <gobot@golang.org>
Mon, 27 Feb 2023 22:20:11 +0000 (22:20 +0000)
commit08a68b73a4843dfe8c4896cace3242b895342511
treed1b93d132fc423b080481e66a90727d6dff69066
parent676794f73e6ca8fbd7ec14f4185625efda4e2ca8
os: skip zero-copy attempts with copy_file_range(2)/splice(2) for target files with O_APPEND flag

Change-Id: I6cccac9295ab4a9bf7f7a33382a34f31b1c4a000
Reviewed-on: https://go-review.googlesource.com/c/go/+/471496
Auto-Submit: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
Run-TryBot: Andy Pan <panjf2000@gmail.com>
src/os/readfrom_linux.go