- 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:18:47 +00:00
parent 8da0046596
commit c1e7e9ba9b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=143514
2 changed files with 0 additions and 2 deletions

View File

@ -184,7 +184,6 @@ cd9660_inactive(ap)
vprint("cd9660_inactive: pushing active", vp);
ip->i_flag = 0;
VOP_UNLOCK(vp, 0, td);
/*
* If we are done with the inode, reclaim it
* so that it can be reused immediately.

View File

@ -184,7 +184,6 @@ cd9660_inactive(ap)
vprint("cd9660_inactive: pushing active", vp);
ip->i_flag = 0;
VOP_UNLOCK(vp, 0, td);
/*
* If we are done with the inode, reclaim it
* so that it can be reused immediately.