Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Nov 2023 17:07:35 GMT
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: c2588f5e066b - main - stand/zfs: Remove one more read-compatible feature
Message-ID:  <202311041707.3A4H7ZtF088117@gitrepo.freebsd.org>

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

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

commit c2588f5e066bbeb37e6bbdd5faf14320c60c1cbd
Author:     Alexander Motin <mav@FreeBSD.org>
AuthorDate: 2023-11-04 17:04:33 +0000
Commit:     Alexander Motin <mav@FreeBSD.org>
CommitDate: 2023-11-04 17:07:31 +0000

    stand/zfs: Remove one more read-compatible feature
    
    This feature is marked as ZFEATURE_FLAG_READONLY_COMPAT and so
    irrelevant for read-only pool imports by the loader:
    
            "com.delphix:spacemap_v2"
    
    This should cause no functional changes, just a code cleanup.
    
    I'm sorry, missed it in previous commit.
    
    MFC after:      2 months
---
 stand/libsa/zfs/zfsimpl.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/stand/libsa/zfs/zfsimpl.c b/stand/libsa/zfs/zfsimpl.c
index 253cfd2f16e3..ed9c3753dd19 100644
--- a/stand/libsa/zfs/zfsimpl.c
+++ b/stand/libsa/zfs/zfsimpl.c
@@ -125,7 +125,6 @@ static const char *features_for_read[] = {
 	"com.delphix:extensible_dataset",
 	"com.delphix:head_errlog",
 	"com.delphix:hole_birth",
-	"com.delphix:spacemap_v2",
 	"com.joyent:multi_vdev_crash_dump",
 	"com.klarasystems:vdev_zaps_v2",
 	"org.freebsd:zstd_compress",



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