Files
apfstests/tests/generic/157.out
T
Darrick J. Wong 89f436e3ac reflink: remove unnecessary umounts from test code
The test harness already takes care of this, so get rid of it.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
2016-02-12 09:39:04 -08:00

25 lines
725 B
Plaintext

QA output created by 157
Format and mount
Create the original files
Try cross-device reflink
XFS_IOC_CLONE_RANGE: Invalid cross-device link
Try unaligned reflink
XFS_IOC_CLONE_RANGE: Invalid argument
Try overlapping reflink
XFS_IOC_CLONE_RANGE: Invalid argument
Try reflink past EOF
XFS_IOC_CLONE_RANGE: Invalid argument
Try to reflink a dir
XFS_IOC_CLONE_RANGE: Is a directory
Try to reflink a device
XFS_IOC_CLONE_RANGE: Invalid argument
Try to reflink to a dir
TEST_DIR/test-157/dir1: Is a directory
Try to reflink to a device
XFS_IOC_CLONE_RANGE: Invalid argument
Try to reflink to a fifo
XFS_IOC_CLONE_RANGE: Invalid argument
Try to reflink an append-only file
XFS_IOC_CLONE_RANGE: Bad file descriptor
Reflink two files