aboutsummaryrefslogtreecommitdiff
path: root/sys/isofs
diff options
context:
space:
mode:
authorJeff Roberson <jeff@FreeBSD.org>2005-03-13 12:18:47 +0000
committerJeff Roberson <jeff@FreeBSD.org>2005-03-13 12:18:47 +0000
commitc1e7e9ba9bd79054bde99bac2c27bd6cd0534cae (patch)
treedd1a4110734b2936c9ad28c18c8f8633ebdf808b /sys/isofs
parent8da004659614776a1870c098b23c99158c298904 (diff)
downloadsrc-c1e7e9ba9bd79054bde99bac2c27bd6cd0534cae.tar.gz
src-c1e7e9ba9bd79054bde99bac2c27bd6cd0534cae.zip
- VOP_INACTIVE should no longer drop the vnode lock.
Sponsored by: Isilon Systems, Inc.
Notes
Notes: svn path=/head/; revision=143514
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 298976cd3a05..dcec0ad0e5ea 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.