CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2009/01/04 18:14:40

Modified files:
        sys/msdosfs    : msdosfs_fat.c msdosfs_vfsops.c msdosfsmount.h 

Log message:
The FAT32 fsinxtfree field is advisory in nature and we don't use
it. So leave it untouched. Similiar to but more ruthless than the
fixes FreeBSD did, since they do use the value.  Basically avoid
various off-by-one and off-by-many errors.

Fixes problems encountered by jsg@ and deraadt@ where filesystems
found on SDHC cards caused UVM faults.

Original fixes found by j...@. ok j...@.

Reply via email to