mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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 <sandeen@sandeen.net> Reviewed-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
@@ -42,8 +42,7 @@ _cleanup()
|
|||||||
. ./common.rc
|
. ./common.rc
|
||||||
. ./common.filter
|
. ./common.filter
|
||||||
|
|
||||||
# This should actually run on anything that supports O_DIRECT + AIO...
|
_supported_fs generic
|
||||||
_supported_fs xfs
|
|
||||||
_supported_os Linux
|
_supported_os Linux
|
||||||
|
|
||||||
echo "Silence is golden."
|
echo "Silence is golden."
|
||||||
@@ -52,7 +51,7 @@ echo "Silence is golden."
|
|||||||
rm -f $seq.full
|
rm -f $seq.full
|
||||||
|
|
||||||
rm -f "$TEST_DIR/aiodio_sparse*"
|
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=$?
|
status=$?
|
||||||
exit
|
exit
|
||||||
|
|||||||
@@ -307,6 +307,7 @@ prealloc
|
|||||||
195 ioctl dump auto quick
|
195 ioctl dump auto quick
|
||||||
196 quota auto quick
|
196 quota auto quick
|
||||||
197 dir auto quick
|
197 dir auto quick
|
||||||
|
198 auto aio quick
|
||||||
199 mount auto quick
|
199 mount auto quick
|
||||||
200 mount auto quick
|
200 mount auto quick
|
||||||
201 metadata auto quick
|
201 metadata auto quick
|
||||||
|
|||||||
Reference in New Issue
Block a user