X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Modules%2FFilesystems%2FFAT%2Ffs_fat.h;h=6896945f1c99e8b0dca3be3356d54a767d163774;hb=7d881c2e5fef91a6570e46ef69a5d4a5cf0e8b4d;hp=99c82df3ccc7c414bcf79230386c70091a310dd8;hpb=73e8ed89c011abce9b0ae2c5a3eb232bdbe8660e;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