Date: Sun, 12 Feb 2023 09:28:33 -0800 From: Rick Macklem <rick.macklem@gmail.com> To: FreeBSD CURRENT <freebsd-current@freebsd.org> Subject: Belated Heads Up: commits to add vnet macros to nfsd Message-ID: <CAM5tNy4VAvC=Z2Udccxu-ToCLp5ohbvV9A_GSpHmX97iXXg4dA@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hi, Commit 7344856e3a6d was a large patch that added macros that will front end the vnet macros. These macros are null ops now, so they should not affect semantics. However, the code did change how things get initialized for the nfsd and that has already caused some breakage, that I think is now fixed. - The prison cleanup code snuck into the patch and that won't work until the macros actually front end the vnet ones. - oliver reported a crash during booting, that I think was caused by the one initialization function being called too late (by the nfsd server once it entered the kernel). Apologies for the breakage. I don't think the next patches should be problematic, but let me know if you see problems. rick
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAM5tNy4VAvC=Z2Udccxu-ToCLp5ohbvV9A_GSpHmX97iXXg4dA>