From f11b7e5ff99f39052bce10a9ac1797927fd7330c Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Thu, 30 Jul 2009 10:49:13 -0500 Subject: [PATCH] actually hook up 198, make it generic Not entirely sure how I managed this, but 198 was not in groups so was never run - and wasn't in the makefile, so was never built. Oops. Fix that up, make it a generic test, and move it to the aio-dio-regress subdir. Signed-off-by: Eric Sandeen Reviewed-by: Christoph Hellwig --- 198 | 5 ++--- group | 1 + src/{ => aio-dio-regress}/aiodio_sparse2.c | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename src/{ => aio-dio-regress}/aiodio_sparse2.c (100%) diff --git a/198 b/198 index 242ac9e1e..97ba737a0 100755 --- a/198 +++ b/198 @@ -42,8 +42,7 @@ _cleanup() . ./common.rc . ./common.filter -# This should actually run on anything that supports O_DIRECT + AIO... -_supported_fs xfs +_supported_fs generic _supported_os Linux echo "Silence is golden." @@ -52,7 +51,7 @@ echo "Silence is golden." rm -f $seq.full rm -f "$TEST_DIR/aiodio_sparse*" -$here/src/aiodio_sparse2 "$TEST_DIR/aiodio_sparse" +$here/src/aio-dio-regress/aiodio_sparse2 "$TEST_DIR/aiodio_sparse" status=$? exit diff --git a/group b/group index 4391a4af0..7a67ce781 100644 --- a/group +++ b/group @@ -307,6 +307,7 @@ prealloc 195 ioctl dump auto quick 196 quota auto quick 197 dir auto quick +198 auto aio quick 199 mount auto quick 200 mount auto quick 201 metadata auto quick diff --git a/src/aiodio_sparse2.c b/src/aio-dio-regress/aiodio_sparse2.c similarity index 100% rename from src/aiodio_sparse2.c rename to src/aio-dio-regress/aiodio_sparse2.c -- 2.50.1