Whamcloud - gitweb
fuse2fs: explicitly set _FILE_OFFSET_BITS again
authorDarrick J. Wong <djwong@kernel.org>
Wed, 29 May 2024 18:12:14 +0000 (11:12 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 24 Oct 2024 22:57:37 +0000 (18:57 -0400)
commitfb702218ab47b045cbbaf3268984fbdc5f75632e
tree438eb913402fe4d6fc37a4a6017aa1d942e8f219
parent6cbb0684c2618a27e49b04e3a99dcbbe90be524c
fuse2fs: explicitly set _FILE_OFFSET_BITS again

In commit 3ab99d9b602, the build system was changed not to set
_FILE_OFFSET_BITS explicitly due to some weird error on mips64el.
Unfortunately, this breaks the aarch64 Debian build because libfuse
2.9.9 requires this value to be set explicitly.  Restore this dumb
preprocessor symbol dependency with even more hackery as documented in
the commit.

Fixes: 3ab99d9b602 ("Remove explicit #define of _FILE_OFFSET_BITS")
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Link: https://lore.kernel.org/r/20240529181214.GA52969@frogsfrogsfrogs
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/fuse2fs.c