aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
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/fs
parent8da004659614776a1870c098b23c99158c298904 (diff)
Notes
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/cd9660/cd9660_node.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/cd9660/cd9660_node.c b/sys/fs/cd9660/cd9660_node.c
index 298976cd3a05f..dcec0ad0e5ea9 100644
--- a/sys/fs/cd9660/cd9660_node.c
+++ b/sys/fs/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.