Date: Tue, 17 Feb 2004 00:51:50 -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/fs/msdosfs msdosfs_vfsops.c Message-ID: <200402170851.i1H8pobS060840@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402170851.i1H8pobS060840>