X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Modules%2FFilesystems%2FFAT%2Ffs_fat.h;h=6896945f1c99e8b0dca3be3356d54a767d163774;hb=b0ab9997c3256041087483c0840247821bfa55c8;hp=99c82df3ccc7c414bcf79230386c70091a310dd8;hpb=602e716a162d6f429235d09310bc71f4434f20f8;p=tpg%2Facess2.git diff --git a/Modules/Filesystems/FAT/fs_fat.h b/Modules/Filesystems/FAT/fs_fat.h index 99c82df3..6896945f 100644 --- a/Modules/Filesystems/FAT/fs_fat.h +++ b/Modules/Filesystems/FAT/fs_fat.h @@ -153,7 +153,7 @@ struct drv_fat_volinfo_s int fileHandle; //!< File Handle int type; //!< FAT Type. See eFatType char name[12]; //!< Volume Name (With NULL Terminator) - tSpinlock lFAT; //!< Lock to prevent double-writing to the FAT + tMutex lFAT; //!< Lock to prevent double-writing to the FAT Uint32 firstDataSect; //!< First data sector Uint32 rootOffset; //!< Root Offset (clusters) Uint32 ClusterCount; //!< Total Cluster Count