| To: | linux-fsdevel@xxxxxxxxxxxxxxx, xfs@xxxxxxxxxxx, Ben Myers <bpm@xxxxxxx>, Christoph Hellwig <hch@xxxxxxxxxxxxx> |
|---|---|
| Subject: | [PATCH] change fallocate to xfs_io falloc |
| From: | WuBo <wu.bo@xxxxxxxxxxxxxx> |
| Date: | Thu, 17 Nov 2011 13:16:13 +0800 |
| In-reply-to: | <4EB20505.7070005@xxxxxxxxxxxxxx> |
| References: | <4EB20505.7070005@xxxxxxxxxxxxxx> |
| User-agent: | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100921 Fedora/3.1.4-1.fc14 Thunderbird/3.1.4 |
Thanks to Ben for pointing it that the fallocate maybe uninstall
without checking it, and change fallocate to xfs_io as Christoph
suggested.
Signed-off-by: Wu Bo <Wu.Bo@xxxxxxxxxxxxxx>
---
274 | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/274 b/274
index b658004..bcf5a11 100755
--- a/274
+++ b/274
@@ -46,6 +46,7 @@ _cleanup()
_supported_fs generic
_supported_os IRIX Linux
_require_scratch
+_require_xfs_io_falloc
echo "------------------------------"
echo "preallocation test"
@@ -67,7 +68,7 @@ then
exit
fi
-fallocate -n -o 4K -l 1M test >/dev/null 2>&1
+$XFS_IO_PROG -F -f -c 'falloc 4096 1m' test >/dev/null
if [ $? -ne 0 ]
then
echo "fallocate file err"
--
1.7.3.1
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] repair: avoid ABBA deadlocks on prefetched buffers, Dave Chinner |
|---|---|
| Next by Date: | Re: [PATCH 2/5] xfs: use per-filesystem I/O completion workqueues, Christoph Hellwig |
| Previous by Thread: | Re: [PATCH 2/3] xfstests 265: add a prealloc and reserve test, WuBo |
| Next by Thread: | Re: [PATCH] change fallocate to xfs_io falloc, Ben Myers |
| Indexes: | [Date] [Thread] [Top] [All Lists] |