summaryrefslogtreecommitdiff
path: root/sys/ufs/ffs
diff options
context:
space:
mode:
authorPedro Martelletto <pedro@cvs.openbsd.org>2006-03-22 13:39:11 +0000
committerPedro Martelletto <pedro@cvs.openbsd.org>2006-03-22 13:39:11 +0000
commit88ee4683cf3d8d909148342a8c5cb5d380d6e7b7 (patch)
tree526e6ece48d0aa692c55529e6a3395082fedae26 /sys/ufs/ffs
parent66dd0580bda97acb6a7df2d3e4d13f98e018fe54 (diff)
Fix comment about MINFREE, from Thordur I. Bjornsson <thib@mi.is>
Diffstat (limited to 'sys/ufs/ffs')
-rw-r--r--sys/ufs/ffs/fs.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/ufs/ffs/fs.h b/sys/ufs/ffs/fs.h
index dae84da2c74..a6db5db676c 100644
--- a/sys/ufs/ffs/fs.h
+++ b/sys/ufs/ffs/fs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: fs.h,v 1.19 2006/03/09 13:35:02 pedro Exp $ */
+/* $OpenBSD: fs.h,v 1.20 2006/03/22 13:39:10 pedro Exp $ */
/* $NetBSD: fs.h,v 1.6 1995/04/12 21:21:02 mycroft Exp $ */
/*
@@ -138,9 +138,8 @@
* however throughput drops by fifty percent if the file system
* is run at between 95% and 100% full; thus the minimum default
* value of fs_minfree is 5%. However, to get good clustering
- * performance, 10% is a better choice. hence we use 10% as our
- * default value. With 10% free space, fragmentation is not a
- * problem, so we choose to optimize for time.
+ * performance, 10% is a better choice. With 5% free space,
+ * fragmentation is not a problem, so we choose to optimize for time.
*/
#define MINFREE 5
#define DEFAULTOPT FS_OPTTIME