[Bug 276944] no kernel panic after forcible unmount of /

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 11 Feb 2024 14:24:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276944

--- Comment #2 from John F. Carr <jfc@mit.edu> ---
(In reply to Konstantin Belousov from comment #1)

There is code to panic when / is unmounted:

                if (ump->um_mountp == rootvnode->v_mount)
                        panic("UFS: root fs would be forcibly unmounted");

It didn't trigger on my system because the panic is only in 14.0 and newer. So
this bug report is a request to merge 60a41168d195cc09f7351c2c2bcafc389ed52406
to stable/13.

-- 
You are receiving this mail because:
You are the assignee for the bug.