Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/newfs_lfs remove definitions for ffs, which don't belon...
details: https://anonhg.NetBSD.org/src/rev/e6de68431944
branches: trunk
changeset: 556454:e6de68431944
user: yamt <yamt%NetBSD.org@localhost>
date: Wed Dec 17 05:08:43 2003 +0000
description:
remove definitions for ffs, which don't belong here.
diffstat:
sbin/newfs_lfs/config.h | 12 +-----------
1 files changed, 1 insertions(+), 11 deletions(-)
diffs (26 lines):
diff -r f5bb0a35a169 -r e6de68431944 sbin/newfs_lfs/config.h
--- a/sbin/newfs_lfs/config.h Wed Dec 17 04:04:40 2003 +0000
+++ b/sbin/newfs_lfs/config.h Wed Dec 17 05:08:43 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: config.h,v 1.7 2003/08/07 10:04:34 agc Exp $ */
+/* $NetBSD: config.h,v 1.8 2003/12/17 05:08:43 yamt Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -37,16 +37,6 @@
#define DFL_VERSION LFS_VERSION
/*
- * The following two constants set the default block and fragment sizes.
- * Both constants must be a power of 2 and meet the following constraints:
- * MINBSIZE <= DESBLKSIZE <= MAXBSIZE
- * sectorsize <= DESFRAGSIZE <= DESBLKSIZE
- * DESBLKSIZE / DESFRAGSIZE <= 8
- */
-#define DFL_FRAGSIZE 512
-#define DFL_BLKSIZE 8192
-
-/*
* 1/DFL_MIN_FREE_SEGS gives the fraction of segments to be reserved for
* the cleaner.
*/
Home |
Main Index |
Thread Index |
Old Index