Date: Tue, 2 Mar 2004 01:43:05 -0800 (PST) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/msdosfs msdosfs_vfsops.c Message-ID: <200403020943.i229h5WL056071@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2004/03/02 01:43:05 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/msdosfs msdosfs_vfsops.c Log: MFC rev. 1.117: 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 Revision Changes Path 1.60.2.8 +4 -2 src/sys/msdosfs/msdosfs_vfsops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403020943.i229h5WL056071>