Subject: CVS commit: src/sys/ufs/ffs
To: None <source-changes@NetBSD.org>
From: Darrin B. Jewell <dbj@netbsd.org>
List: source-changes
Date: 10/11/2004 17:15:36
Module Name: src
Committed By: dbj
Date: Mon Oct 11 17:15:36 UTC 2004
Modified Files:
src/sys/ufs/ffs: ffs_alloc.c
Log Message:
print absolute inode number in debug output when freeing free inode occurs.
previously, the number was relative to the cylinder group, which was confusing.
prefix debug message with "ifree:" so this can be differentiated in bug reports.
To generate a diff of this commit:
cvs rdiff -r1.78 -r1.79 src/sys/ufs/ffs/ffs_alloc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.