cvs commit: src/sys/kern vfs_subr.c
Robert Watson
rwatson at FreeBSD.org
Thu Dec 27 16:47:33 PST 2007
rwatson 2007-12-28 00:47:32 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_subr.c
Log:
In "show lockedvnods" DDB command, use db_printf() rather than printf()
so that the results end up in the DDB output stream rather than the
console output stream.
This should likely also be done for the vprint() function it calls.
MFC after: 3 months
Revision Changes Path
1.713 +1 -1 src/sys/kern/vfs_subr.c
More information about the cvs-src
mailing list