Subject: CVS commit: src/sys/fs/msdosfs
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 01/20/2007 23:34:10
Module Name:	src
Committed By:	christos
Date:		Sat Jan 20 23:34:10 UTC 2007

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

Log Message:
- If the filesystem lives on a wedge, then we try to get wedge information
  since DIOCGPART is going to fail. Unfortunately there is no way to get the
  geometry information we need from the wedge; it would be nice for wedges
  to support a geometry ioctl. The values we cannot retrieve are marked with
  XXX.
- Add a lot more debugging.


To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 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.