Subject: CVS commit: src/sys/fs/cd9660
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 09/30/2005 08:15:46
Module Name:	src
Committed By:	dyoung
Date:		Fri Sep 30 08:15:46 UTC 2005

Modified Files:
	src/sys/fs/cd9660: cd9660_vfsops.c

Log Message:
In cd9660_mount, initialize imp to VFSTOISOFS(mp) instead of NULL.
Remove redundant assignments to imp.  This fixes the page fault
panic when the kernel mounts an ISO9660 filesystem, introduced at
revision 1.27.


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 src/sys/fs/cd9660/cd9660_vfsops.c

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