Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Konrad Schroder <perseant@netbsd.org>
List: source-changes
Date: 09/13/2000 03:07:57
Module Name:	syssrc
Committed By:	perseant
Date:		Wed Sep 13 00:07:57 UTC 2000

Modified Files:
	syssrc/sys/ufs/lfs: lfs.h lfs_bio.c

Log Message:
Cast back to int32_t in LFS_EST_BFREE and LFS_EST_RSVD macros, for
consistency with their arguments.

Change the debugging printf in lfs_reserve to match, and enclose it in
#ifdef DEBUG.

Tested on alpha, arm32, sparc.


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 syssrc/sys/ufs/lfs/lfs.h
cvs rdiff -r1.29 -r1.30 syssrc/sys/ufs/lfs/lfs_bio.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.