[PATCH] xfstests: actually hook up 198, make it generic
Christoph Hellwig
hch at infradead.org
Thu Jul 30 10:27:56 CDT 2009
On Wed, Jul 29, 2009 at 01:07:51PM -0500, Eric Sandeen wrote:
> 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.
Hah, great one.
> # This should actually run on anything that supports O_DIRECT + AIO...
> -_supported_fs xfs
> +_supported_fs generic
maybe also remove that comment now that it's generic.
> --- /dev/null
> +++ b/src/aio-dio-regress/aiodio_sparse2.c
> @@ -0,0 +1,384 @@
> +/* gcc -g -Wall -O2 aiodio_sparse.c -o aiodio_sparse -laio */
> +
> +/*
> + * From http://developer.osdl.org/daniel/AIO/TESTS/aiodio_sparse.c
> + * With patch from https://bugzilla.redhat.com/attachment.cgi?id=142124
> + * (Bug https://bugzilla.redhat.com/show_bug.cgi?id=217098)
> + */
Did we manage to get a proper copyright / license statement for this
one.
More information about the xfs
mailing list