panic: unmount: dangling vnode

Matthew Dillon dillon at apollo.backplane.com
Wed Feb 10 10:41:04 PST 2010


    All fixed now.  Thanks to Tim getting me a nice NTFS image
    exhibiting the problem.

    It turns out that NTFS used vnode->v_type = VNON for special
    internal extent vnodes.  VNON vnodes are ignored by vflush()
    and thus get left dangling.

					-Matt





More information about the Bugs mailing list