Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/ufs/ffs Don't set the value of doreallocblks here; it's ...
details: https://anonhg.NetBSD.org/src/rev/44e3cbbbd239
branches: trunk
changeset: 499842:44e3cbbbd239
user: nathanw <nathanw%NetBSD.org@localhost>
date: Thu Nov 30 20:56:10 2000 +0000
description:
Don't set the value of doreallocblks here; it's defined over in vfs_cluster.c
In fact, doreallocblks isn't used here at all. Delete the declaration.
diffstat:
sys/ufs/ffs/ffs_alloc.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r ceb6427a38a2 -r 44e3cbbbd239 sys/ufs/ffs/ffs_alloc.c
--- a/sys/ufs/ffs/ffs_alloc.c Thu Nov 30 19:46:02 2000 +0000
+++ b/sys/ufs/ffs/ffs_alloc.c Thu Nov 30 20:56:10 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ffs_alloc.c,v 1.38 2000/11/30 19:46:02 jdolecek Exp $ */
+/* $NetBSD: ffs_alloc.c,v 1.39 2000/11/30 20:56:10 nathanw Exp $ */
/*
* Copyright (c) 1982, 1986, 1989, 1993
@@ -394,7 +394,6 @@
#endif
int doasyncfree = 1;
-int doreallocblks = 1;
int
ffs_reallocblks(v)
Home |
Main Index |
Thread Index |
Old Index