cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c
Tim J. Robbins
tjr at FreeBSD.org
Tue Feb 17 00:51:50 PST 2004
tjr 2004/02/17 00:51:50 PST
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vfsops.c
Log:
If the "next free cluster" field of the FSInfo block is 0xFFFFFFFF,
it means that the correct value is unknown. Since this value is just
a hint to improve performance, initially assume that the first non-reserved
cluster is free, then correct this assumption if necessary before writing
the FSInfo block back to disk.
PR: 62826
MFC after: 2 weeks
Revision Changes Path
1.117 +4 -2 src/sys/fs/msdosfs/msdosfs_vfsops.c
More information about the cvs-src
mailing list