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/miscfs/nullfs/null_vfsops.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/miscfs/nullfs/null_vfsops.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.73 retrieving revision 1.74 diff -u -p -r1.73 -r1.74 --- src/sys/miscfs/nullfs/null_vfsops.c 2008/01/28 14:31:19 1.73 +++ src/sys/miscfs/nullfs/null_vfsops.c 2008/04/29 18:18:09 1.74 @@ -1,4 +1,4 @@ -/* $NetBSD: null_vfsops.c,v 1.73 2008/01/28 14:31:19 dholland Exp $ */ +/* $NetBSD: null_vfsops.c,v 1.74 2008/04/29 18:18:09 ad Exp $ */ /* * Copyright (c) 1999 National Aeronautics & Space Administration @@ -74,7 +74,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: null_vfsops.c,v 1.73 2008/01/28 14:31:19 dholland Exp $"); +__KERNEL_RCSID(0, "$NetBSD: null_vfsops.c,v 1.74 2008/04/29 18:18:09 ad Exp $"); #include #include @@ -298,6 +298,7 @@ struct vfsops nullfs_vfsops = { (void *)eopnotsupp, /* vfs_suspendctl */ layerfs_renamelock_enter, layerfs_renamelock_exit, + (void *)eopnotsupp, nullfs_vnodeopv_descs, 0, { NULL, NULL },