aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/fs/unionfs/union_vnops.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/fs/unionfs/union_vnops.c b/sys/fs/unionfs/union_vnops.c
index f78e653280a4..a0ff5c140e82 100644
--- a/sys/fs/unionfs/union_vnops.c
+++ b/sys/fs/unionfs/union_vnops.c
@@ -1982,14 +1982,6 @@ unionfs_lock(struct vop_lock1_args *ap)
vholdnz(uvp);
uhold = 1;
VOP_UNLOCK(uvp);
- unp = VTOUNIONFS(vp);
- if (unp == NULL) {
- /* vnode is released. */
- VI_UNLOCK(vp);
- VOP_UNLOCK(lvp);
- vdrop(uvp);
- return (EBUSY);
- }
}
VI_LOCK_FLAGS(lvp, MTX_DUPOK);
flags |= LK_INTERLOCK;