]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
Add option to enable/disable largefile support
authorKhem Raj <raj.khem@gmail.com>
Fri, 11 Nov 2022 04:34:54 +0000 (20:34 -0800)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 1 Feb 2023 16:20:40 +0000 (11:20 -0500)
commita22e7f16d0f4b894e8408cf21990c89b12064a25
treeace1fc7d794b80581eed506ca8d69c0a4f08388a
parentaf37d677e507a97f4ade39b247cf7ff26d9e0624
Add option to enable/disable largefile support

fallocate can be used to have 64bit off_t provided its compiled with
_FILE_OFFSET_BITS=64 which will be added automatically when
--enable-largefile is used.

[ Run autoreconf to update configure and config.h.in -- TYT ]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
configure
configure.ac
lib/config.h.in
misc/e4defrag.c