fix pr 1128; change vfs_bufstats defn from DIAGNOSTIC - > DEBUG
This commit is contained in:
parent
b661cbe2e9
commit
3176641085
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: vfs_bio.c,v 1.35 1995/04/10 00:46:51 mycroft Exp $ */
|
/* $NetBSD: vfs_bio.c,v 1.36 1995/06/20 10:42:33 cgd Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 1994 Christopher G. Demetriou
|
* Copyright (c) 1994 Christopher G. Demetriou
|
||||||
|
@ -777,7 +777,7 @@ count_lock_queue()
|
||||||
return (n);
|
return (n);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef DIAGNOSTIC
|
#ifdef DEBUG
|
||||||
/*
|
/*
|
||||||
* Print out statistics on the current allocation of the buffer pool.
|
* Print out statistics on the current allocation of the buffer pool.
|
||||||
* Can be enabled to print out on every ``sync'' by setting "syncprt"
|
* Can be enabled to print out on every ``sync'' by setting "syncprt"
|
||||||
|
@ -809,4 +809,4 @@ vfs_bufstats()
|
||||||
printf("\n");
|
printf("\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif /* DIAGNOSTIC */
|
#endif /* DEBUG */
|
||||||
|
|
Loading…
Reference in New Issue