Remove some of my debugging code which was not meant to be committed

in the wapbl merge.
This commit is contained in:
pooka 2008-09-23 15:27:59 +00:00
parent d36327b66c
commit ed8826a34e
1 changed files with 2 additions and 7 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ffs_vfsops.c,v 1.236 2008/09/21 23:22:00 freza Exp $ */
/* $NetBSD: ffs_vfsops.c,v 1.237 2008/09/23 15:27:59 pooka Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@ -61,7 +61,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ffs_vfsops.c,v 1.236 2008/09/21 23:22:00 freza Exp $");
__KERNEL_RCSID(0, "$NetBSD: ffs_vfsops.c,v 1.237 2008/09/23 15:27:59 pooka Exp $");
#if defined(_KERNEL_OPT)
#include "opt_ffs.h"
@ -299,8 +299,6 @@ ffs_mountroot(void)
return (0);
}
static int dolog;
/*
* VFS Operations.
*
@ -318,9 +316,6 @@ ffs_mount(struct mount *mp, const char *path, void *data, size_t *data_len)
int error = 0, flags, update;
mode_t accessmode;
if (dolog)
mp->mnt_flag |= MNT_LOG;
if (*data_len < sizeof *args)
return EINVAL;