Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-4] src/sys/fs/msdosfs
Module Name: src
Committed By: riz
Date: Tue Feb 27 23:11:36 UTC 2007
Modified Files:
src/sys/fs/msdosfs [netbsd-4]: msdosfs_vfsops.c
Log Message:
Pull up following revision(s) (requested by kochi in ticket #453):
sys/fs/msdosfs/msdosfs_vfsops.c: revisions 1.41-1.44 via patch
fix the problem reported in kern/35457, "cant mount msdosfs on floppy".
Since 1.40, which introduced support for non-DEV_BSIZE media,
mounting msdos floppy returned ENOTTY.
This is because floppy driver does not support DIOCGPART or DIOCWEDGEINFO
ioctl.
Those ioctls should not be a requirement for mounting msdosfs.
This patch is made by Christian Biere.
To generate a diff of this commit:
cvs rdiff -r1.40 -r1.40.2.1 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.
Home |
Main Index |
Thread Index |
Old Index