NetBSD/sys/fs
kochi 2794f98855 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.
2007-02-17 18:39:15 +00:00
..
adosfs New file system suspension API to replace vn_start_write and vn_finished_write. 2007-01-19 14:49:08 +00:00
cd9660 * Added missing cast in isonum_712(). 2007-01-27 07:20:31 +00:00
filecorefs New file system suspension API to replace vn_start_write and vn_finished_write. 2007-01-19 14:49:08 +00:00
msdosfs fix the problem reported in kern/35457, "cant mount msdosfs on floppy". 2007-02-17 18:39:15 +00:00
ntfs Fix error in previous. 2007-02-15 16:18:23 +00:00
ptyfs only change atime on access. 2007-01-19 20:10:36 +00:00
puffs Make fstrans(9) the default helper for file system suspension. 2007-02-16 17:23:53 +00:00
smbfs Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
sysvbfs Remove more duplicate headers. 2007-01-29 01:52:43 +00:00
tmpfs New file system suspension API to replace vn_start_write and vn_finished_write. 2007-01-19 14:49:08 +00:00
udf Remove more duplicate headers. 2007-01-29 01:52:43 +00:00
union more fixes for the new vnode locking scheme: 2007-02-04 15:03:20 +00:00
Makefile kernel portion of puffs - the Pass-to-Userspace Framework File System. 2006-10-22 22:43:23 +00:00
unicode.h revive copyright notice for the code derived from libc/locale/utf2.c. 2006-05-20 08:28:27 +00:00