remove a redundant definition of LFS_MAX_ACTIVE.

This commit is contained in:
yamt 2003-10-14 12:51:31 +00:00
parent faf00d99a2
commit 1508246f38
1 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: lfs_segment.c,v 1.137 2003/10/08 15:07:25 yamt Exp $ */
/* $NetBSD: lfs_segment.c,v 1.138 2003/10/14 12:51:31 yamt Exp $ */
/*-
* Copyright (c) 1999, 2000, 2001, 2002, 2003 The NetBSD Foundation, Inc.
@ -67,7 +67,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: lfs_segment.c,v 1.137 2003/10/08 15:07:25 yamt Exp $");
__KERNEL_RCSID(0, "$NetBSD: lfs_segment.c,v 1.138 2003/10/14 12:51:31 yamt Exp $");
#define ivndebug(vp,str) printf("ino %d: %s\n",VTOI(vp)->i_number,(str))
@ -145,8 +145,6 @@ struct lfs_stats lfs_stats;
#define VN_EMPTY 2
#define VN_CLEAN 3
#define LFS_MAX_ACTIVE 10
/*
* XXX KS - Set modification time on the Ifile, so the cleaner can
* read the fs mod time off of it. We don't set IN_UPDATE here,