https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276944
--- Comment #2 from John F. Carr <[email protected]> --- (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.
