Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/fs/msdosfs



Module Name:    src
Committed By:   kochi
Date:           Sat Feb 17 18:39:15 UTC 2007

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

Log Message:
fix the problem reported in kern/35457, "can't 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 doesn't support DIOCGPART ioctl
or DIOCGWEDGEINFO.

Those ioctls should not be a requirement for mouting msdosfs.


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