VROOT flag is set in union_allocvp
authorJan-Simon Pendry <pendry@ucbvax.Berkeley.EDU>
Sun, 24 Apr 1994 23:45:45 +0000 (15:45 -0800)
committerJan-Simon Pendry <pendry@ucbvax.Berkeley.EDU>
Sun, 24 Apr 1994 23:45:45 +0000 (15:45 -0800)
SCCS-vsn: sys/miscfs/union/union_vfsops.c 8.8

usr/src/sys/miscfs/union/union_vfsops.c

index abb9114..728b8bc 100644 (file)
@@ -8,7 +8,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)union_vfsops.c      8.7 (Berkeley) %G%
+ *     @(#)union_vfsops.c      8.8 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -368,7 +368,6 @@ union_root(mp, vpp)
                if (um->um_lowervp)
                        vrele(um->um_lowervp);
        } else {
                if (um->um_lowervp)
                        vrele(um->um_lowervp);
        } else {
-               (*vpp)->v_flag |= VROOT;
                if (loselock)
                        VTOUNION(*vpp)->un_flags &= ~UN_ULOCK;
        }
                if (loselock)
                        VTOUNION(*vpp)->un_flags &= ~UN_ULOCK;
        }