git: 1eaa8a208300 - stable/13 - UPDATING: Add an entry for commit 18f5b477ee66

From: Rick Macklem <rmacklem_at_FreeBSD.org>
Date: Sat, 18 Dec 2021 22:51:25 UTC
The branch stable/13 has been updated by rmacklem:

URL: https://cgit.FreeBSD.org/src/commit/?id=1eaa8a2083000bcf7bf4e204ba4e6b74c827ba66

commit 1eaa8a2083000bcf7bf4e204ba4e6b74c827ba66
Author:     Rick Macklem <rmacklem@FreeBSD.org>
AuthorDate: 2021-12-18 22:48:20 +0000
Commit:     Rick Macklem <rmacklem@FreeBSD.org>
CommitDate: 2021-12-18 22:48:20 +0000

    UPDATING: Add an entry for commit 18f5b477ee66
    
    This is a direct commit.
---
 UPDATING | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/UPDATING b/UPDATING
index 291037901387..8ed1564e6ba1 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,16 @@ Items affecting the ports and packages system can be found in
 /usr/ports/UPDATING.  Please read that file before updating system packages
 and/or ports.
 
+20211218:
+	Commit 18f5b477ee66 adds two arguments to VOP_ALLOCATE().
+	Normally changes to VOP calls are not MFC'd, but a
+	discussion on freebsd-current@ seemed to agree that
+	it was acceptable in this case, to fix the NFSv4.2 server.
+	Any out of source tree file system with a custom
+	VOP_ALLOCATE() call will need to be modified.
+	Bump __FreeBSD_version to 1300523 since the NFS modules need
+	to be rebuilt from sources.
+
 20211124:
 	Commit 6e8e261f0d4e changed the internal KAPI between the NFS
 	modules.  As such, all the modules must be rebuilt from sources.