public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] generic/071: require falloc -k
@ 2016-07-18  8:06 Christoph Hellwig
  2016-07-18  8:47 ` Eryu Guan
  0 siblings, 1 reply; 9+ messages in thread
From: Christoph Hellwig @ 2016-07-18  8:06 UTC (permalink / raw)
  To: fstests

NFSv4.2 supports fallocate, but not the FALLOC_FL_KEEP_SIZE option.
To avoid a spurious failure test for the correct command.

Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 tests/generic/071 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/generic/071 b/tests/generic/071
index 65ed0c7..9d0d136 100755
--- a/tests/generic/071
+++ b/tests/generic/071
@@ -46,7 +46,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 _supported_fs generic
 _supported_os Linux
 _require_scratch
-_require_xfs_io_command "falloc"
+_require_xfs_io_command "falloc" "-k"
 
 rm -f $seqres.full
 
-- 
2.1.4


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-07-20 12:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-18  8:06 [PATCH] generic/071: require falloc -k Christoph Hellwig
2016-07-18  8:47 ` Eryu Guan
2016-07-19  4:17   ` Christoph Hellwig
2016-07-19  6:49     ` Eric Sandeen
2016-07-19  8:30       ` Christoph Hellwig
2016-07-20  4:52         ` Eryu Guan
2016-07-20  5:34           ` Eric Sandeen
2016-07-20 12:40             ` Eryu Guan
2016-07-20  4:38       ` Eryu Guan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox