mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
build: Move fallocate include into global.h
Move the inclusion of falloc.h with all it's possible defines for the fallocate mode into global.h header file so we do not have to include and define it manually in every tool using fallocate. Signed-off-by: Lukas Czerner <lczerner@redhat.com> Reviewed-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
committed by
Dave Chinner
parent
613cb3027c
commit
2dc43e03e6
+2
-1
@@ -25,7 +25,8 @@ AC_HEADER_STDC
|
||||
sys/wait.h \
|
||||
sys/types.h \
|
||||
strings.h \
|
||||
err.h
|
||||
err.h \
|
||||
linux/falloc.h
|
||||
])
|
||||
AC_CHECK_HEADERS([ sys/fs/xfs_fsops.h \
|
||||
sys/fs/xfs_itable.h \
|
||||
|
||||
Reference in New Issue
Block a user