freebsd-src/sys/ufs
Chuck Silvers 083608e466 UFS: panic rather than forcibly unmount the root fs
If the root fs is forcibly unmounted then basically every process
will die with a SEGV as soon as it tries to run again because libc.so
is gone, which leaves the system basically hung.  It seems better
to just panic instead, so let's do that.

PR:		276944
Requested-by:	karels
Reviewed-by:	imp, mckusick, karels
Sponsored-by:	Netflix
Differential Revision:	https://reviews.freebsd.org/D41387

(cherry picked from commit 60a41168d1)
2024-03-20 13:25:49 -07:00
..
ffs UFS: panic rather than forcibly unmount the root fs 2024-03-20 13:25:49 -07:00
ufs Add vnode_pager_clean_{a,}sync(9) 2024-01-18 03:02:52 +02:00