summaryrefslogtreecommitdiffstats
path: root/sys/fs/unionfs/union_vnops.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/unionfs/union_vnops.c')
-rw-r--r--sys/fs/unionfs/union_vnops.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/fs/unionfs/union_vnops.c b/sys/fs/unionfs/union_vnops.c
index 8094b06..a1f3988 100644
--- a/sys/fs/unionfs/union_vnops.c
+++ b/sys/fs/unionfs/union_vnops.c
@@ -783,12 +783,6 @@ union_open(ap)
error = VOP_OPEN(tvp, mode, cred, td, -1);
/*
- * This is absolutely necessary or UFS will blow up.
- */
- if (error == 0 && vn_canvmio(tvp) == TRUE)
- error = VOP_CREATEVOBJECT(tvp, cred, td);
-
- /*
* Release any locks held.
*/
if (tvpisupper) {
OpenPOWER on IntegriCloud