git: ef85fd507e6e - main - param.h: FreeBSD_version 1500003: ino64 forward compat removal
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Nov 2023 04:25:35 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=ef85fd507e6e1784a726bccd485129e00bb63311
commit ef85fd507e6e1784a726bccd485129e00bb63311
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2023-11-01 04:22:33 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-11-01 04:24:22 +0000
param.h: FreeBSD_version 1500003: ino64 forward compat removal
Bump FreeBSD_version to 1500003 to mark the removal of the forward
compat code for the inode64 conversion. This removal should be a nop.
Sponsored by: Netflix
---
sys/sys/param.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 929458626a85..3595b0a43d36 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -75,7 +75,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1500002
+#define __FreeBSD_version 1500003
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,