Make AVFS resilient against failing back calls

This commit is contained in:
Thomas Veerman
2011-09-06 10:11:18 +00:00
parent 8a266a478e
commit 7db039347a
6 changed files with 41 additions and 10 deletions

View File

@@ -177,9 +177,11 @@ PUBLIC int lock_vnode(struct vnode *vp, tll_access_t locktype)
*===========================================================================*/
PUBLIC void unlock_vnode(struct vnode *vp)
{
#if LOCK_DEBUG
int i;
register struct vnode *rvp;
struct worker_thread *w;
#endif
ASSERTVP(vp);
#if LOCK_DEBUG