Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 04/12/2001 07:12:04
Module Name:	syssrc
Committed By:	chs
Date:		Thu Apr 12 04:12:04 UTC 2001

Modified Files:
	syssrc/sys/adosfs: advnops.c

Log Message:
in adosfs_read(), only do the UBC thang for "FFS" files (ie. those that
don't mix data and metadata in the same sector).  in adosfs_bmap(), set
the "run" return value to 0 to indicate the result is only good for 1 block.
these fix the rest of PR 12270.


To generate a diff of this commit:
cvs rdiff -r1.57 -r1.58 syssrc/sys/adosfs/advnops.c

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