diff options
| author | Jeff Roberson <jeff@FreeBSD.org> | 2005-03-13 12:18:47 +0000 |
|---|---|---|
| committer | Jeff Roberson <jeff@FreeBSD.org> | 2005-03-13 12:18:47 +0000 |
| commit | c1e7e9ba9bd79054bde99bac2c27bd6cd0534cae (patch) | |
| tree | dd1a4110734b2936c9ad28c18c8f8633ebdf808b /sys/fs | |
| parent | 8da004659614776a1870c098b23c99158c298904 (diff) | |
Notes
Diffstat (limited to 'sys/fs')
| -rw-r--r-- | sys/fs/cd9660/cd9660_node.c | 1 |
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. |
