summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@redhat.com>2010-03-06 11:24:54 +1100
committerDave Chinner <david@fromorbit.com>2010-03-06 11:24:54 +1100
commitdb5926819abe212e8d221d0bdea5770c6a22737b (patch)
tree702af38c8c97f3a91309575499a6118198b3a67f /include
parentb2de346746bbc822ebb0c30213f7fb767cfc0dc4 (diff)
xfsqa: Add fiemap exerciser
Preliminary fiemap testing support based on a test util written by Josef Bacik. For now it's only run with preallocation disabled, because xfs has a tendency to fill in holes with data blocks (EOF prealloc stuff I think) and similar for explicit preallocation, so this is breaking the preallocation tests for now, when it finds a "data" block where it expects a preallocated block. Signed-off-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'include')
-rw-r--r--include/builddefs.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/builddefs.in b/include/builddefs.in
index 23a49917..3bea0502 100644
--- a/include/builddefs.in
+++ b/include/builddefs.in
@@ -60,6 +60,8 @@ HAVE_DB = @have_db@
HAVE_AIO = @have_aio@
HAVE_DMAPI = @have_dmapi@
HAVE_ATTR_LIST = @have_attr_list@
+HAVE_FIEMAP = @have_fiemap@
+HAVE_FALLOCATE = @have_fallocate@
GCCFLAGS = -funsigned-char -fno-strict-aliasing -Wall