add missing initializers
This commit is contained in:
parent
5388ec4cc9
commit
e89033a3e5
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: portal_vfsops.c,v 1.55 2006/05/14 21:31:53 elad Exp $ */
|
||||
/* $NetBSD: portal_vfsops.c,v 1.56 2006/09/03 04:54:24 christos Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992, 1993, 1995
|
||||
|
@ -40,7 +40,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: portal_vfsops.c,v 1.55 2006/05/14 21:31:53 elad Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: portal_vfsops.c,v 1.56 2006/09/03 04:54:24 christos Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#include "opt_compat_netbsd.h"
|
||||
|
@ -351,5 +351,7 @@ struct vfsops portal_vfsops = {
|
|||
(int (*)(struct mount *, struct vnode *, struct timespec *)) eopnotsupp,
|
||||
vfs_stdextattrctl,
|
||||
portal_vnodeopv_descs,
|
||||
0,
|
||||
{ NULL, NULL },
|
||||
};
|
||||
VFS_ATTACH(portal_vfsops);
|
||||
|
|
Loading…
Reference in New Issue