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_vfsops.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/fs/puffs/puffs_vfsops.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.16.2.8 retrieving revision 1.16.2.9 diff -u -p -r1.16.2.8 -r1.16.2.9 --- src/sys/fs/puffs/puffs_vfsops.c 2008/01/21 09:45:51 1.16.2.8 +++ src/sys/fs/puffs/puffs_vfsops.c 2008/02/04 09:24:00 1.16.2.9 @@ -1,4 +1,4 @@ -/* $NetBSD: puffs_vfsops.c,v 1.16.2.8 2008/01/21 09:45:51 yamt Exp $ */ +/* $NetBSD: puffs_vfsops.c,v 1.16.2.9 2008/02/04 09:24:00 yamt Exp $ */ /* * Copyright (c) 2005, 2006 Antti Kantee. All Rights Reserved. @@ -30,7 +30,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: puffs_vfsops.c,v 1.16.2.8 2008/01/21 09:45:51 yamt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: puffs_vfsops.c,v 1.16.2.9 2008/02/04 09:24:00 yamt Exp $"); #include #include @@ -45,6 +45,8 @@ __KERNEL_RCSID(0, "$NetBSD: puffs_vfsops #include +#include + #include #include @@ -828,6 +830,8 @@ struct vfsops puffs_vfsops = { puffs_vfsop_snapshot, /* snapshot */ vfs_stdextattrctl, /* extattrctl */ puffs_vfsop_suspendctl, /* suspendctl */ + genfs_renamelock_enter, + genfs_renamelock_exit, puffs_vnodeopv_descs, /* vnodeops */ 0, /* refcount */ { NULL, NULL }