[Bug 202607] [panic] Poudriere umounting file systems causes 'solaris assert: avl_is_empty(&dn->dn_dbufs)' panic

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Sep 23 19:03:52 UTC 2015


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

Will Andrews <will at FreeBSD.org> changed:

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

--- Comment #20 from Will Andrews <will at FreeBSD.org> ---
dbuf_rele_and_unlock() already contains logic that detects whether a dbuf is
uncacheable and sets the db_is_ephemeral flag.  Maybe it could be further
extended to allow this flag to be set elsewhere, e.g. under the circumstances
Justin proposes, and then for dbuf_rele_and_unlock() to perform the eviction at
that point based on that state.

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


More information about the freebsd-fs mailing list