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_msgif.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/fs/puffs/puffs_msgif.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.98 retrieving revision 1.99 diff -u -p -r1.98 -r1.99 --- src/sys/fs/puffs/puffs_msgif.c 2015/05/06 15:57:08 1.98 +++ src/sys/fs/puffs/puffs_msgif.c 2016/07/07 06:55:42 1.99 @@ -1,4 +1,4 @@ -/* $NetBSD: puffs_msgif.c,v 1.98 2015/05/06 15:57:08 hannken Exp $ */ +/* $NetBSD: puffs_msgif.c,v 1.99 2016/07/07 06:55:42 msaitoh Exp $ */ /* * Copyright (c) 2005, 2006, 2007 Antti Kantee. All Rights Reserved. @@ -30,7 +30,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: puffs_msgif.c,v 1.98 2015/05/06 15:57:08 hannken Exp $"); +__KERNEL_RCSID(0, "$NetBSD: puffs_msgif.c,v 1.99 2016/07/07 06:55:42 msaitoh Exp $"); #include #include @@ -855,7 +855,7 @@ puffsop_expire(struct puffs_mount *pmp, */ if (puffs_cookie2vnode(pmp, cookie, &vp) == 0) { VPTOPP(vp)->pn_stat &= ~PNODE_SOPEXP; - vrele(vp); + vrele(vp); } return;