mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
generic: test splice() with pipes
Andreas Grünbacher reports that on the two filesystems that support
iomap directio, it's possible for splice() to return -EAGAIN (instead of
a short splice) if the pipe being written to has less space available in
its pipe buffers than the length supplied by the calling process.
This is a regression test to check for correct operation. Kernel
needs commit 3253d9d09337 ("splice: only read in as much information
as there is pipe buffer space") to pass.
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Eryu Guan <guaneryu@gmail.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
committed by
Eryu Guan
parent
8c9705b798
commit
568920df38
@@ -113,6 +113,7 @@
|
||||
/src/runas
|
||||
/src/seek_copy_test
|
||||
/src/seek_sanity_test
|
||||
/src/splice-test
|
||||
/src/stale_handle
|
||||
/src/stat_test
|
||||
/src/swapon
|
||||
|
||||
Reference in New Issue
Block a user