[PATCH 1/3] generic/304: fix high offset
Darrick J. Wong
darrick.wong at oracle.com
Mon Feb 15 14:46:14 CST 2016
"Invalid argument" is a better response to an impossibly high offset
dedupe request than "extents don't match", so change the test.
Signed-off-by: Darrick J. Wong <darrick.wong at oracle.com>
---
tests/generic/304.out | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/generic/304.out b/tests/generic/304.out
index 4af2a39..7b5ff0e 100644
--- a/tests/generic/304.out
+++ b/tests/generic/304.out
@@ -8,7 +8,7 @@ dedupe: Invalid argument
Dedupe past maximum file size in dest file (should fail)
dedupe: Invalid argument
Dedupe high offset to low offset
-dedupe: Extents did not match.
+dedupe: Invalid argument
Dedupe past source file EOF (should fail)
dedupe: Invalid argument
Dedupe max size at nonzero offset (should fail)
More information about the xfs
mailing list