Wed Sep 24 09:37:13 2008 UTC ()
Don't assign vnode::v_mount. getnewvnode() does it.


(ad)
diff -r1.15 -r1.16 src/sys/fs/efs/efs_vfsops.c

cvs diff -r1.15 -r1.16 src/sys/fs/efs/efs_vfsops.c (expand / switch to context diff)
--- src/sys/fs/efs/efs_vfsops.c 2008/05/10 02:26:09 1.15
+++ src/sys/fs/efs/efs_vfsops.c 2008/09/24 09:37:13 1.16
@@ -1,4 +1,4 @@
-/*	$NetBSD: efs_vfsops.c,v 1.15 2008/05/10 02:26:09 rumble Exp $	*/
+/*	$NetBSD: efs_vfsops.c,v 1.16 2008/09/24 09:37:13 ad Exp $	*/
 
 /*
  * Copyright (c) 2006 Stephen M. Rumble <rumble@ephemeral.org>
@@ -17,7 +17,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: efs_vfsops.c,v 1.15 2008/05/10 02:26:09 rumble Exp $");
+__KERNEL_RCSID(0, "$NetBSD: efs_vfsops.c,v 1.16 2008/09/24 09:37:13 ad Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -378,7 +378,6 @@
 	eip->ei_dev = emp->em_dev;
 	eip->ei_vp = vp;
 	vp->v_data = eip;
-	vp->v_mount = mp;
 
 	/*
 	 * Place the vnode on the hash chain. Doing so will lock the