Subject: CVS commit: src/sys/fs/msdosfs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 01/04/2008 14:58:16
Module Name:	src
Committed By:	pooka
Date:		Fri Jan  4 14:58:16 UTC 2008

Modified Files:
	src/sys/fs/msdosfs: msdosfs_vfsops.c

Log Message:
Politely refuse to mount a file system which says its FAT size is
zero - our implementation can't handle it (how sensible handling
a case like that would be is a whole other debate).

fixes panic reported by Jukka Salmi on current-users


To generate a diff of this commit:
cvs rdiff -r1.57 -r1.58 src/sys/fs/msdosfs/msdosfs_vfsops.c

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