]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Mention 32-bit GNU/Linux 64-bit inodes
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 22 Feb 2020 01:23:10 +0000 (17:23 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 22 Feb 2020 01:24:19 +0000 (17:24 -0800)
* lib/autoconf/specific.m4 (AC_SYS_LARGEFILE):
In a comment, mention 64-bit inode problem on 32-bit GNU/Linux.
This is taken from Gnulib.

lib/autoconf/specific.m4

index 1c41832d4ef5073dbcda5449dcbd2861b9462b42..2809c00971b4040a53688e5b84b7bde6ec709880 100644 (file)
@@ -132,6 +132,9 @@ rm -rf conftest*[]dnl
 # one must use special compiler options to get large-file access to work.
 # For more details about this brain damage please see:
 # http://www.unix.org/version2/whatsnew/lfs20mar.html
+# Additionally, on Linux file systems with 64-bit inodes a file that happens
+# to have a 64-bit inode number cannot be accessed by 32-bit applications on
+# Linux x86/x86_64.  This can occur with file systems such as XFS and NFS.
 AC_DEFUN([AC_SYS_LARGEFILE],
 [AC_ARG_ENABLE(largefile,
               [  --disable-largefile     omit support for large files])