Subject: CVS commit: syssrc/sys/ufs/lfs
To: None <source-changes@netbsd.org>
From: Konrad Schroder <perseant@netbsd.org>
List: source-changes
Date: 06/06/2002 03:46:25
Module Name:	syssrc
Committed By:	perseant
Date:		Thu Jun  6 00:46:25 UTC 2002

Modified Files:
	syssrc/sys/ufs/lfs: lfs_syscalls.c

Log Message:
Let lfs_bmapv fill in the bi_size member of the BLOCK_INFO structure,
as well as bi_daddr.  This lets the cleaner have an idea of what the size
of this block was at the time it was written without having to refer to
a segment header (e.g., in the file coalescing case).

Tested on i386.


To generate a diff of this commit:
cvs rdiff -r1.65 -r1.66 syssrc/sys/ufs/lfs/lfs_syscalls.c

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