[Bug 225423] panic: softdep_deallocate_dependencies: dangling deps

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Nov 16 08:55:28 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225423

Konstantin Belousov <kib at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kib at FreeBSD.org

--- Comment #16 from Konstantin Belousov <kib at FreeBSD.org> ---
(In reply to Kirk McKusick from comment #15)
Unmounting /dev reclaims the devfs vnodes, in particular, the devvp which is
referenced by the mount.  Currently most of the UFS io bypasses devfs vnode
layer, but this is not an architectural property.  We cannot guarantee that UFS
operations would not require a VOP call into devfs which is not grounded by a
panic (see vfs_default.c).

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


More information about the freebsd-fs mailing list