* [PATCH] xfstests: check falloc in 285
@ 2013-03-26 8:35 Zheng Liu
2013-04-05 14:58 ` Rich Johnston
0 siblings, 1 reply; 3+ messages in thread
From: Zheng Liu @ 2013-03-26 8:35 UTC (permalink / raw)
To: xfs; +Cc: Zheng Liu
From: Zheng Liu <wenqing.lz@taobao.com>
As linux 3.8, ext4 has supported the seek data/hole operation for
extent-based file and indirect-based file. But for indirect-based file
it can not support the fallocate(2). This causes test 285 to fail since
it assumes that all file systems which supports seek data/hole also
support fallocate. So here we need to check it.
Signed-off-by: Zheng Liu <wenqing.lz@taobao.com>
---
285 | 2 ++
1 file changed, 2 insertions(+)
diff --git a/285 b/285
index a18fc71..8726b9e 100644
--- a/285
+++ b/285
@@ -41,6 +41,8 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
_supported_fs generic
_supported_os Linux
+_require_xfs_io_falloc
+
BASE_TEST_FILE=$TEST_DIR/seek_sanity_testfile
[ -x $here/src/seek_sanity_test ] || _notrun "seek_sanitfy_tester not built"
--
1.7.12.rc2.18.g61b472e
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] xfstests: check falloc in 285
2013-03-26 8:35 [PATCH] xfstests: check falloc in 285 Zheng Liu
@ 2013-04-05 14:58 ` Rich Johnston
2013-04-08 3:58 ` Zheng Liu
0 siblings, 1 reply; 3+ messages in thread
From: Rich Johnston @ 2013-04-05 14:58 UTC (permalink / raw)
To: Zheng Liu; +Cc: Zheng Liu, xfs
Zheng,
Thanks again for submitting patches for xfstests. Will also rework this
one for TOT changes, it loks good as well.
Thanks
--Rich
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] xfstests: check falloc in 285
2013-04-05 14:58 ` Rich Johnston
@ 2013-04-08 3:58 ` Zheng Liu
0 siblings, 0 replies; 3+ messages in thread
From: Zheng Liu @ 2013-04-08 3:58 UTC (permalink / raw)
To: Rich Johnston; +Cc: Zheng Liu, xfs
On Fri, Apr 05, 2013 at 09:58:11AM -0500, Rich Johnston wrote:
> Zheng,
>
> Thanks again for submitting patches for xfstests. Will also rework
> this one for TOT changes, it loks good as well.
No problem, I will fix it later.
Regards,
- Zheng
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-04-08 3:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-26 8:35 [PATCH] xfstests: check falloc in 285 Zheng Liu
2013-04-05 14:58 ` Rich Johnston
2013-04-08 3:58 ` Zheng Liu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox