summaryrefslogtreecommitdiffstats
path: root/sys/gnu/ext2fs/ext2_inode.c
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2005-03-13 12:13:55 +0000
committerjeff <jeff@FreeBSD.org>2005-03-13 12:13:55 +0000
commit79cf2c5860e7855a3a8a05b07c3ac0eaaa5fdc9d (patch)
tree517d998d22004dacbcc127c0dd33617a3c91227b /sys/gnu/ext2fs/ext2_inode.c
parent5f59e0cd197952e4dfacaded55511c1117abbecd (diff)
downloadFreeBSD-src-79cf2c5860e7855a3a8a05b07c3ac0eaaa5fdc9d.zip
FreeBSD-src-79cf2c5860e7855a3a8a05b07c3ac0eaaa5fdc9d.tar.gz
- Catch up with ufs_inode 1.59, ffs_vfsops.c 1.280, and ufs_vnops.c 1.267.
Various changes to support new vgone() locking protocol. Sponsored by: Isilon Systems, Inc.
Diffstat (limited to 'sys/gnu/ext2fs/ext2_inode.c')
-rw-r--r--sys/gnu/ext2fs/ext2_inode.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/gnu/ext2fs/ext2_inode.c b/sys/gnu/ext2fs/ext2_inode.c
index ea3e642..2f48f9c 100644
--- a/sys/gnu/ext2fs/ext2_inode.c
+++ b/sys/gnu/ext2fs/ext2_inode.c
@@ -499,7 +499,6 @@ ext2_inactive(ap)
}
}
out:
- VOP_UNLOCK(vp, 0, td);
/*
* If we are done with the inode, reclaim it
* so that it can be reused immediately.
OpenPOWER on IntegriCloud