xattr size 1024 is too big for 1k block size ext3/4 filesystem, so test fails due to ENSPC message from multi_open_unlink when setting xattr. Reduce the xattr size to 512 so it fits in 1k block size ext3/4. Signed-off-by: Eryu Guan <eguan@xxxxxxxxxx> --- tests/generic/417 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/generic/417 b/tests/generic/417 index 45d63f5..690ceb5 100755 --- a/tests/generic/417 +++ b/tests/generic/417 @@ -61,7 +61,7 @@ function create_dirty_orphans() { num_files=200 num_eas=1 - ea_val_size=1024 + ea_val_size=512 # sleep for ages and we will kill this pid when we are ready delay=100 -- 2.9.3 -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html