]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ino64: Remove 'forward compat' code for this
authorWarner Losh <imp@FreeBSD.org>
Tue, 31 Oct 2023 20:55:58 +0000 (14:55 -0600)
committerWarner Losh <imp@FreeBSD.org>
Tue, 31 Oct 2023 21:26:44 +0000 (15:26 -0600)
commit0527c9bdc7187a0b92511f021dcdbbac84f1c579
tree277f60834d32cd9f5aa93db12d6ba2138d82a8da
parent1fc478fb48e9a3ca31f9715164dac47038497a7e
ino64: Remove 'forward compat' code for this

Forward compatibility code was added for running newer ino64 binaries on
older kernels as a transition aide. Now that ino64 has been in the tree
6 years, this code is no longer useful and should have been removed long
ago.  Remove it now. Should be no user-visible changes at this point as
all the 'upgrade' scenarios it was intended for are long since past.

Also need to remove this stuff from rtld since the _foo versions
no longer exist.

Sponsored by: Netflix
Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D42382
13 files changed:
UPDATING
lib/libc/sys/Makefile.inc
lib/libc/sys/compat-ino64.h [deleted file]
lib/libc/sys/fstat.c [deleted file]
lib/libc/sys/fstatat.c [deleted file]
lib/libc/sys/fstatfs.c [deleted file]
lib/libc/sys/getdents.c
lib/libc/sys/getdirentries.c [deleted file]
lib/libc/sys/getfsstat.c [deleted file]
lib/libc/sys/lstat.c
lib/libc/sys/stat.c
lib/libc/sys/statfs.c [deleted file]
libexec/rtld-elf/rtld-libc/Makefile.inc