summaryrefslogtreecommitdiffstats
path: root/sys/isofs
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2005-03-13 12:18:47 +0000
committerjeff <jeff@FreeBSD.org>2005-03-13 12:18:47 +0000
commit9fe43652074aa13006200400c10d39220656b8fa (patch)
treedd1a4110734b2936c9ad28c18c8f8633ebdf808b /sys/isofs
parent0d9df2e12d6a83b8934322f557844cc0bb7bd488 (diff)
downloadFreeBSD-src-9fe43652074aa13006200400c10d39220656b8fa.zip
FreeBSD-src-9fe43652074aa13006200400c10d39220656b8fa.tar.gz
- VOP_INACTIVE should no longer drop the vnode lock.
Sponsored by: Isilon Systems, Inc.
Diffstat (limited to 'sys/isofs')
-rw-r--r--sys/isofs/cd9660/cd9660_node.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/isofs/cd9660/cd9660_node.c b/sys/isofs/cd9660/cd9660_node.c
index 298976c..dcec0ad 100644
--- a/sys/isofs/cd9660/cd9660_node.c
+++ b/sys/isofs/cd9660/cd9660_node.c
@@ -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.
OpenPOWER on IntegriCloud