Subject: PR/35953 CVS commit: src/sys/fs/hfs
To: None <dillo@NetBSD.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: Dieter Baron <dillo@netbsd.org>
List: netbsd-bugs
Date: 03/09/2007 22:15:10
The following reply was made to PR kern/35953; it has been noted by GNATS.

From: Dieter Baron <dillo@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/35953 CVS commit: src/sys/fs/hfs
Date: Fri,  9 Mar 2007 22:14:09 +0000 (UTC)

 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.