On Mon, Apr 4, 2016 at 6:24 AM, Tinker <[email protected]> wrote: ... > 1. Re EIO: I understand a disk write in softdep will compromise/crash the > filesystem. But the error reported below was that it crashes the *OS*. > > It seems to me that crashing the whole OS is a too harsh response to disk > write failure. > > Is this "crash vector" in the code today too?
Yes. It's present in the (newer) FreeBSD version as well. Just search for "softdep_deallocate_dependencies". Philip Guenther

