> > Is vnode lock held at this point ? If yes, I suggest to add > ASSERT_VOP_{E,}LOCKED() assertion both to enforce the invariant, and > to document the state to readers of the code.
Well, I thought it was always locked, but when I added the assertion it failed for an I/O RPC done by the nfsiod. So, I've reverted it and need to spend some time figuring out if I can lock the vnode safely for the I/O operations done by the nfsiod. Thanks for spotting this, rick _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"