- VOP_INACTIVE should no longer drop the vnode lock.

Sponsored by:	Isilon Systems, Inc.
This commit is contained in:
Jeff Roberson 2005-03-13 12:15:36 +00:00
parent c0f681c21d
commit 8d8d331063
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=143511

View File

@ -316,7 +316,6 @@ nfs_inactive(struct vop_inactive_args *ap)
FREE((caddr_t)sp, M_NFSREQ);
}
np->n_flag &= NMODIFIED;
VOP_UNLOCK(ap->a_vp, 0, ap->a_td);
return (0);
}