Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/fs/puffs/puffs_subr.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/fs/puffs/puffs_subr.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.22.2.10 retrieving revision 1.22.2.11 diff -u -p -r1.22.2.10 -r1.22.2.11 --- src/sys/fs/puffs/puffs_subr.c 2007/08/20 21:26:09 1.22.2.10 +++ src/sys/fs/puffs/puffs_subr.c 2007/09/16 19:04:30 1.22.2.11 @@ -1,4 +1,4 @@ -/* $NetBSD: puffs_subr.c,v 1.22.2.10 2007/08/20 21:26:09 ad Exp $ */ +/* $NetBSD: puffs_subr.c,v 1.22.2.11 2007/09/16 19:04:30 ad Exp $ */ /* * Copyright (c) 2005, 2006 Antti Kantee. All Rights Reserved. @@ -30,7 +30,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: puffs_subr.c,v 1.22.2.10 2007/08/20 21:26:09 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: puffs_subr.c,v 1.22.2.11 2007/09/16 19:04:30 ad Exp $"); #include #include @@ -159,7 +159,6 @@ puffs_getvnode(struct mount *mp, void *c mutex_enter(&vp->v_interlock); vp->v_iflag &= ~VI_LOCKSWORK; mutex_exit(&vp->v_interlock); - vrele(vp); vgone(vp); /* cya */ /* init "new" vnode */