All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] generic/422: check fallocate KEEP_SIZE flag correctly
@ 2017-04-10  3:18 Eryu Guan
  0 siblings, 0 replies; only message in thread
From: Eryu Guan @ 2017-04-10  3:18 UTC (permalink / raw)
  To: fstests; +Cc: fdmanana, Eryu Guan

"-k" should be passed to _require_xfs_io_command() as a separate
parameter.

Signed-off-by: Eryu Guan <eguan@redhat.com>
---

Hi Filipe,

This is a merge error, I did correct updates to _require_xfs_io_command() and
generic/071 but forgot generic/422. Sorry again for the whole mess :-(

(Not sure why my release testing didn't catch this merge error, I guess it had
something to do with post-release-testing modifications to the stage tree when
I dropped statx tests)

 tests/generic/422 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/generic/422 b/tests/generic/422
index cae76a9..a42a30d 100755
--- a/tests/generic/422
+++ b/tests/generic/422
@@ -48,7 +48,7 @@ _supported_fs generic
 _supported_os Linux
 _require_test
 _require_scratch
-_require_xfs_io_command "falloc -k"
+_require_xfs_io_command "falloc" "-k"
 _require_odirect
 
 rm -f $seqres.full
-- 
2.9.3


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-04-10  3:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-10  3:18 [PATCH] generic/422: check fallocate KEEP_SIZE flag correctly Eryu Guan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.