summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@sandeen.net>2011-03-09 10:35:19 -0600
committerEric Sandeen <sandeen@sandeen.net>2011-03-09 10:35:19 -0600
commit195df5adfb2c042ef82d6efda05ddee2a65ffc13 (patch)
tree6e7c593a9de68b05d31ad6b8d2a405cb9ac60c6b /include
parentdf87aa22d98bb38ad1a288bc8f80f2891c0f96f9 (diff)
Add fallocate calls to fsx
Add random runtime fallocate calls to fsx (vs. the existing preallocate file at start of run). Signed-off-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Alex Elder <aelder@sgi.com>
Diffstat (limited to 'include')
-rw-r--r--include/builddefs.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/builddefs.in b/include/builddefs.in
index 3bea0502..0d51715b 100644
--- a/include/builddefs.in
+++ b/include/builddefs.in
@@ -58,6 +58,7 @@ RPM_VERSION = @rpm_version@
ENABLE_SHARED = @enable_shared@
HAVE_DB = @have_db@
HAVE_AIO = @have_aio@
+HAVE_FALLOCATE = @have_fallocate@
HAVE_DMAPI = @have_dmapi@
HAVE_ATTR_LIST = @have_attr_list@
HAVE_FIEMAP = @have_fiemap@