Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2025 18:26:49 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: e0b7a9b6bee1 - main - RELNOTES: Document recent file handle layout changes
Message-ID:  <202501151826.50FIQnGu028122@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by markj:

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

commit e0b7a9b6bee16f4855b392c0941e76b7fef777a0
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2025-01-15 18:20:50 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2025-01-15 18:21:08 +0000

    RELNOTES: Document recent file handle layout changes
    
    Reviewed by:    olce, rmacklem, imp, emaste
    Differential Revision:  https://reviews.freebsd.org/D48093
---
 RELNOTES | 5 +++++
 UPDATING | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/RELNOTES b/RELNOTES
index 5cdb0bde4ac4..515966f8ea08 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -10,6 +10,11 @@ newline.  Entries should be separated by a newline.
 
 Changes to this file should not be MFCed.
 
+8ae6247aa966, cf0ede720391d, 205659c43d87bd, 1ccbdf561f417, 4db1b113b151:
+	The layout of NFS file handles for the tarfs, tmpfs, cd9660, and ext2fs
+	file systems has changed.  An NFS server that exports any of these file
+	systems will need its clients to unmount and remount the exports.
+
 07cd69e272da:
 	Add a new -a command line option to mountd(8).
 	If this command line option is specified, when
diff --git a/UPDATING b/UPDATING
index 412eb446f4fd..3eccd089d808 100644
--- a/UPDATING
+++ b/UPDATING
@@ -33,6 +33,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 15.x IS SLOW:
 	this SoC familly will be selected.
 	Also a new rk8xx device was added, this select the base driver for Rockchip PMIC.
 
+20241223:
+	The layout of NFS file handles for the tarfs, tmpfs, cd9660, and ext2fs
+	file systems has changed.  An NFS server that exports any of these file
+	systems will need its clients to unmount and remount the exports.
+
 20241216:
 	The iwm(4) firmwares are no longer compiled as kernel modules but instead
 	shipped as raw files. For pkgbase users if you use iwm(4) you will need



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501151826.50FIQnGu028122>