summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1995-03-10 22:18:16 +0000
committerDavid Greenman <dg@FreeBSD.org>1995-03-10 22:18:16 +0000
commit07be9bd45fe7208c676ef3c3c1b858f5cc02e22e (patch)
treea5514689bc45195459ce51f22bcfd38a9dff9766
parente23c0ff5a0da5f970c01486eb53f8041d3572b4e (diff)
Notes
-rw-r--r--sys/ufs/ffs/fs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ufs/ffs/fs.h b/sys/ufs/ffs/fs.h
index a7ad0e05f588..0aa090afd205 100644
--- a/sys/ufs/ffs/fs.h
+++ b/sys/ufs/ffs/fs.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)fs.h 8.7 (Berkeley) 4/19/94
- * $Id: fs.h,v 1.2 1994/08/02 07:54:26 davidg Exp $
+ * $Id: fs.h,v 1.3 1994/08/21 07:03:56 paul Exp $
*/
#ifndef _UFS_FFS_FS_H_
@@ -129,7 +129,7 @@
* default value. With 10% free space, fragmentation is not a
* problem, so we choose to optimize for time.
*/
-#define MINFREE 5
+#define MINFREE 8
#define DEFAULTOPT FS_OPTTIME
/*