Subject: CVS commit: syssrc/sys/isofs/cd9660
To: None <source-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 03/26/2002 21:04:25
Module Name:	syssrc
Committed By:	drochner
Date:		Tue Mar 26 19:04:24 UTC 2002

Modified Files:
	syssrc/sys/isofs/cd9660: cd9660_vfsops.c

Log Message:
Add the actual session offset to the volume size. This makes
a) the "df" output not an underestimate (Multisession cd filesystems can
   refer to data in previous sessions)
b) some checks where a block number is compared against the volume size
   succeed - I got mysterious misbehaviour with RR extensions


To generate a diff of this commit:
cvs rdiff -r1.59 -r1.60 syssrc/sys/isofs/cd9660/cd9660_vfsops.c

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