Changed spinlock mechananisim
[tpg/acess2.git] / Modules / Filesystems / FAT / fs_fat.h
index 99c82df..6896945 100644 (file)
@@ -153,7 +153,7 @@ struct drv_fat_volinfo_s
         int    fileHandle;     //!< File Handle\r
         int    type;   //!< FAT Type. See eFatType\r
        char    name[12];       //!< Volume Name (With NULL Terminator)\r
-       tSpinlock       lFAT;   //!< Lock to prevent double-writing to the FAT\r
+       tMutex  lFAT;   //!< Lock to prevent double-writing to the FAT\r
        Uint32  firstDataSect;  //!< First data sector\r
        Uint32  rootOffset;     //!< Root Offset (clusters)\r
        Uint32  ClusterCount;   //!< Total Cluster Count\r

UCC git Repository :: git.ucc.asn.au