Subject: CVS commit: src/sys/fs/hfs
To: None <source-changes@NetBSD.org>
From: Dieter Baron <dillo@netbsd.org>
List: source-changes
Date: 03/09/2007 22:14:09
Module Name:	src
Committed By:	dillo
Date:		Fri Mar  9 22:14:09 UTC 2007

Modified Files:
	src/sys/fs/hfs: libhfs.c

Log Message:
Fix PR kern/35953 by mange at freemail dot hu (panic on mount):
(hfslib_open_volume) We are only interested in the catalgo and
extents header, so read the first 512 bytes, not the whole first
extent.  Also makes mounting a lot faster.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/fs/hfs/libhfs.c

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