| From: | Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx> |
| Date: | Wed, 10 Feb 2010 10:38:50 -0800 (PST) |
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