https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263979
--- Comment #21 from Boris Korzun ---
(In reply to Kirk McKusick from comment #17)
I've downloaded
FreeBSD-13.1-STABLE-amd64-20221123-b51ee7ac252c-253133-bootonly.iso, installed
it on clean ZFS system.
Tried to buildkernel with commented
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263979
--- Comment #22 from Mark Millard ---
(In reply to Boris Korzun from comment #21)
So, I info that for:
#ifdef STANDALONE_SMALL
#define MPRINT(...) do { } while (0)
#else
#define MPRINT(...) if (prtmsg) printf(__VA_ARGS__)
/*
* Pr
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263979
--- Comment #23 from Mark Millard ---
(In reply to Mark Millard from comment #22)
May be the answer is geom_label not being disabled as well?
ufs/ffs/ffs_subr.c optional ffs | geom_label
--
You are receiving this mail becau