Source-Changes archive

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

CVS commit: syssrc



Module Name:    syssrc
Committed By:   jdolecek
Date:           Mon Mar 27 17:40:27 UTC 2000

Modified Files:
        syssrc/sys/msdosfs: fat.h msdosfs_denode.c msdosfs_fat.c
            msdosfs_vnops.c

Log Message:
Add new CLUST_END and use it as parameter to pcbmap() when searching
for end cluster, instead of explicitly passing 0xffff. This fixes potential
problem for FAT32, where cluster number may be legally bigger than 0xffff.

Also change clusteralloc() so that fillwith is not explicitly passed by caller
anymore (there is no need to use anything other than CLUST_EOFE).

Reviewed by: Wolfgang Solfrank


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 syssrc/sys/msdosfs/fat.h
cvs rdiff -r1.40 -r1.41 syssrc/sys/msdosfs/msdosfs_denode.c
cvs rdiff -r1.31 -r1.32 syssrc/sys/msdosfs/msdosfs_fat.c
cvs rdiff -r1.93 -r1.94 syssrc/sys/msdosfs/msdosfs_vnops.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