Date: Sun, 7 May 2000 22:27:17 +0200
From: Marcus Brinkmann <[EMAIL PROTECTED]>
Hi,
as you may know, there are no inodes in the FATFS, all information being
stored directly in the directory entry.
Do I need some lock on the directory node when updating the node
information?
Do you have any other tips for this situation, things to watch out for, or
strategies how to get the location of the directory entry (seems I need a
lookup at update time, because the address is not robust under rename
operations (moving the file to a different directory).
Not really, but maybe you could get some idea's from looking at Linux
or one of the BSD's.
Mark