2014-04-21 20:40:23

by Eric Whitney

[permalink] [raw]
Subject: [PATCH 1/3] xfstests: add helper for zero range support check

Add a helper function to verify fallocate zero range support in a style
similar to _require_xfs_io_falloc_collapse(), etc.

Signed-off-by: Eric Whitney <[email protected]>
---
common/rc | 7 +++++++
1 file changed, 7 insertions(+)

diff --git a/common/rc b/common/rc
index acf419b..bcda96a 100644
--- a/common/rc
+++ b/common/rc
@@ -1375,6 +1375,13 @@ _require_xfs_io_falloc_collapse()
_require_xfs_io_command "fcollapse"
}

+# check that xfs_io, kernel, and filesystem all support fallocate with zero
+# range
+_require_xfs_io_falloc_zero()
+{
+ _require_xfs_io_command "fzero"
+}
+
# check that xfs_io, kernel and filesystem support fiemap
_require_xfs_io_fiemap()
{
--
1.8.3.2

_______________________________________________
xfs mailing list
[email protected]
http://oss.sgi.com/mailman/listinfo/xfs


2014-04-22 06:28:19

by Christoph Hellwig

[permalink] [raw]
Subject: Re: [PATCH 1/3] xfstests: add helper for zero range support check

> +# check that xfs_io, kernel, and filesystem all support fallocate with zero
> +# range
> +_require_xfs_io_falloc_zero()
> +{
> + _require_xfs_io_command "fzero"
> +}

I'd rather remove all the wrappers around _require_xfs_io_command, they
don't actually add any value.


2014-04-22 09:14:43

by Dave Chinner

[permalink] [raw]
Subject: Re: [PATCH 1/3] xfstests: add helper for zero range support check

On Mon, Apr 21, 2014 at 11:28:16PM -0700, Christoph Hellwig wrote:
> > +# check that xfs_io, kernel, and filesystem all support fallocate with zero
> > +# range
> > +_require_xfs_io_falloc_zero()
> > +{
> > + _require_xfs_io_command "fzero"
> > +}
>
> I'd rather remove all the wrappers around _require_xfs_io_command, they
> don't actually add any value.

I don't really care either way, as long as all the checks are done
consistently. Send a patch to change them all... :)

Cheers,

Dave.
--
Dave Chinner
[email protected]

_______________________________________________
xfs mailing list
[email protected]
http://oss.sgi.com/mailman/listinfo/xfs

2014-04-22 09:16:23

by Christoph Hellwig

[permalink] [raw]
Subject: Re: [PATCH 1/3] xfstests: add helper for zero range support check

On Tue, Apr 22, 2014 at 07:14:43PM +1000, Dave Chinner wrote:
> I don't really care either way, as long as all the checks are done
> consistently. Send a patch to change them all... :)

My flink test already avoids the wrapper :)

So how about we stop adding them for now at least.

2014-04-22 09:29:03

by Lukas Czerner

[permalink] [raw]
Subject: Re: [PATCH 1/3] xfstests: add helper for zero range support check

On Tue, 22 Apr 2014, Christoph Hellwig wrote:

> Date: Tue, 22 Apr 2014 02:16:20 -0700
> From: Christoph Hellwig <[email protected]>
> To: Dave Chinner <[email protected]>
> Cc: Christoph Hellwig <[email protected]>, [email protected],
> [email protected], Eric Whitney <[email protected]>
> Subject: Re: [PATCH 1/3] xfstests: add helper for zero range support check
>
> On Tue, Apr 22, 2014 at 07:14:43PM +1000, Dave Chinner wrote:
> > I don't really care either way, as long as all the checks are done
> > consistently. Send a patch to change them all... :)
>
> My flink test already avoids the wrapper :)
>
> So how about we stop adding them for now at least.

I agree,

even though I screwed up when using _require_xfs_io_command with
fzero :) I think that we can avoid the wrappers and just use
_require_xfs_io_command() with the command name.

-Lukas

>
> _______________________________________________
> xfs mailing list
> [email protected]
> http://oss.sgi.com/mailman/listinfo/xfs
>

2014-04-22 09:46:12

by Dave Chinner

[permalink] [raw]
Subject: Re: [PATCH 1/3] xfstests: add helper for zero range support check

On Tue, Apr 22, 2014 at 11:28:31AM +0200, Lukáš Czerner wrote:
> On Tue, 22 Apr 2014, Christoph Hellwig wrote:
>
> > Date: Tue, 22 Apr 2014 02:16:20 -0700
> > From: Christoph Hellwig <[email protected]>
> > To: Dave Chinner <[email protected]>
> > Cc: Christoph Hellwig <[email protected]>, [email protected],
> > [email protected], Eric Whitney <[email protected]>
> > Subject: Re: [PATCH 1/3] xfstests: add helper for zero range support check
> >
> > On Tue, Apr 22, 2014 at 07:14:43PM +1000, Dave Chinner wrote:
> > > I don't really care either way, as long as all the checks are done
> > > consistently. Send a patch to change them all... :)
> >
> > My flink test already avoids the wrapper :)
> >
> > So how about we stop adding them for now at least.
>
> I agree,
>
> even though I screwed up when using _require_xfs_io_command with
> fzero :) I think that we can avoid the wrappers and just use
> _require_xfs_io_command() with the command name.

Send patches ;)

Cheers,

Dave.
--
Dave Chinner
[email protected]

_______________________________________________
xfs mailing list
[email protected]
http://oss.sgi.com/mailman/listinfo/xfs