From: Martin Str|mberg Message-Id: <200006011229.OAA09332@father.ludd.luth.se> Subject: Re: LONG: fat32 diff in cvs In-Reply-To: from Eli Zaretskii at "May 30, 2000 10:57:11 am" To: djgpp-workers AT delorie DOT com Date: Thu, 1 Jun 2000 14:29:49 +0200 (MET DST) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk According to Eli Zaretskii: > I don't know if it's important, but perhaps it's a good idea to add a > function that will force _is_fat32 to reinitialize itself, to avoid > restarting the whole program. Yes, it would. But now when I look at the result I see that the only part of the code that calls _is_fat32() is statfs. And the caching was done to speed up open() and friends... So i suggest we throw away the caching (you don't usually call statfs that much). Right, MartinS