Subject: CVS commit: src/sys/ufs/lfs
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 03/26/2005 19:39:08
Module Name: src
Committed By: christos
Date: Sat Mar 26 19:39:08 UTC 2005
Modified Files:
src/sys/ufs/lfs: lfs_debug.c
Log Message:
Use vlog(9). Open-coding vlog here breaks lkm's because including
<sys/kprintf.h> includes opt_multiprocessor.h. One could argue
that the lock stuff should just move to subr_prf.c since nothing
else uses it.
To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 src/sys/ufs/lfs/lfs_debug.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.