K 10 svn:author V 4 jeff K 8 svn:date V 27 2003-10-04T08:51:50.000000Z K 7 svn:log V 417 - Remove the backtrace() call from the *_vinvalbuf() functions. Thanks to a stack trace supplied by phk, I now understand what's going on here. The check for VI_XLOCK stops us from calling vinvalbuf once the vnode has been partially torn down in vclean(). It is not clear that this would cause a problem. Document this in nfs_bio.c, which is where the other two filesystems copied this code from. END