The *_modcmd functions use the module name as prefix.

This commit is contained in:
mlelstv 2010-04-11 10:26:25 +00:00
parent dc04f4f064
commit c243552ba3
3 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: filecore_vfsops.c,v 1.62 2010/04/11 06:36:25 pooka Exp $ */
/* $NetBSD: filecore_vfsops.c,v 1.63 2010/04/11 10:26:26 mlelstv Exp $ */
/*-
* Copyright (c) 1994 The Regents of the University of California.
@ -66,7 +66,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: filecore_vfsops.c,v 1.62 2010/04/11 06:36:25 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: filecore_vfsops.c,v 1.63 2010/04/11 10:26:26 mlelstv Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_netbsd.h"
@ -145,7 +145,7 @@ static const struct genfs_ops filecore_genfsops = {
};
static int
filecorefs_modcmd(modcmd_t cmd, void *arg)
filecore_modcmd(modcmd_t cmd, void *arg)
{
int error;

View File

@ -1,4 +1,4 @@
/* $NetBSD: msdosfs_vfsops.c,v 1.82 2010/04/11 06:36:25 pooka Exp $ */
/* $NetBSD: msdosfs_vfsops.c,v 1.83 2010/04/11 10:26:25 mlelstv Exp $ */
/*-
* Copyright (C) 1994, 1995, 1997 Wolfgang Solfrank.
@ -48,7 +48,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: msdosfs_vfsops.c,v 1.82 2010/04/11 06:36:25 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: msdosfs_vfsops.c,v 1.83 2010/04/11 10:26:25 mlelstv Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_netbsd.h"
@ -147,7 +147,7 @@ struct vfsops msdosfs_vfsops = {
};
static int
msdosfs_modcmd(modcmd_t cmd, void *arg)
msdos_modcmd(modcmd_t cmd, void *arg)
{
int error;

View File

@ -1,4 +1,4 @@
/* $NetBSD: umap_vfsops.c,v 1.83 2010/04/11 06:36:25 pooka Exp $ */
/* $NetBSD: umap_vfsops.c,v 1.84 2010/04/11 10:26:25 mlelstv Exp $ */
/*
* Copyright (c) 1992, 1993
@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: umap_vfsops.c,v 1.83 2010/04/11 06:36:25 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: umap_vfsops.c,v 1.84 2010/04/11 10:26:25 mlelstv Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -308,7 +308,7 @@ struct vfsops umapfs_vfsops = {
};
static int
umapfs_modcmd(modcmd_t cmd, void *arg)
umap_modcmd(modcmd_t cmd, void *arg)
{
int error;