freebsd-dev/sys/fs/cd9660
Bruce Evans 0508986cce In ffs_mountffs(), set mnt_iosize_max to si_iosize_max unconditionally
provided the latter is nonzero.  At this point, the former is a fairly
arbitrary default value (DFTPHYS), so changing it to any reasonable
value specified by the device driver is safe.  Using the maximum of
these limits broke ffs clustered i/o for devices whose si_iosize_max
is < DFLTPHYS.  Using the minimum would break device drivers' ability
to increase the active limit from DFTLPHYS up to MAXPHYS.

Copied the code for this and the associated (unnecessary?) fixup of
mp_iosize_max to all other filesystems that use clustering (ext2fs and
msdosfs).  It was completely missing.

PR:		36309
MFC-after:	1 week
2002-03-30 15:12:57 +00:00
..
cd9660_bmap.c
cd9660_lookup.c Add a flags parameter to VFS_VGET to pass through the desired 2002-03-17 01:25:47 +00:00
cd9660_mount.h
cd9660_node.c Remove __P. 2002-03-20 07:51:46 +00:00
cd9660_node.h Remove __P. 2002-03-20 07:51:46 +00:00
cd9660_rrip.c Fixed some style bugs in the removal of __P(()). Continuation lines 2002-03-24 04:35:23 +00:00
cd9660_rrip.h
cd9660_util.c
cd9660_vfsops.c In ffs_mountffs(), set mnt_iosize_max to si_iosize_max unconditionally 2002-03-30 15:12:57 +00:00
cd9660_vnops.c Remove references to vm_zone.h and switch over to the new uma API. 2002-03-20 10:17:00 +00:00
iso_rrip.h Remove __P. 2002-03-20 07:51:46 +00:00
iso.h Fixed some style bugs in the removal of __P(()). Continuation lines 2002-03-24 04:35:23 +00:00
TODO
TODO.hibler