mirror of
https://github.com/azure-rtos/filex.git
synced 2025-01-25 01:32:54 +08:00
update to v6.1.3
This commit is contained in:
parent
119cd383f4
commit
a312a9251e
@ -26,7 +26,7 @@
|
|||||||
/* APPLICATION INTERFACE DEFINITION RELEASE */
|
/* APPLICATION INTERFACE DEFINITION RELEASE */
|
||||||
/* */
|
/* */
|
||||||
/* fx_api.h PORTABLE C */
|
/* fx_api.h PORTABLE C */
|
||||||
/* 6.1.2 */
|
/* 6.1.3 */
|
||||||
/* AUTHOR */
|
/* AUTHOR */
|
||||||
/* */
|
/* */
|
||||||
/* William E. Lamie, Microsoft Corporation */
|
/* William E. Lamie, Microsoft Corporation */
|
||||||
@ -51,6 +51,9 @@
|
|||||||
/* resulting in version 6.1 */
|
/* resulting in version 6.1 */
|
||||||
/* 11-09-2020 William E. Lamie Modified comment(s), */
|
/* 11-09-2020 William E. Lamie Modified comment(s), */
|
||||||
/* resulting in version 6.1.2 */
|
/* resulting in version 6.1.2 */
|
||||||
|
/* 12-31-2020 William E. Lamie Modified comment(s), and */
|
||||||
|
/* updated product constants, */
|
||||||
|
/* resulting in version 6.1.3 */
|
||||||
/* */
|
/* */
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
@ -95,7 +98,7 @@ extern "C" {
|
|||||||
#define AZURE_RTOS_FILEX
|
#define AZURE_RTOS_FILEX
|
||||||
#define FILEX_MAJOR_VERSION 6
|
#define FILEX_MAJOR_VERSION 6
|
||||||
#define FILEX_MINOR_VERSION 1
|
#define FILEX_MINOR_VERSION 1
|
||||||
#define FILEX_PATCH_VERSION 2
|
#define FILEX_PATCH_VERSION 3
|
||||||
|
|
||||||
/* Define the following symbols for backward compatibility */
|
/* Define the following symbols for backward compatibility */
|
||||||
#define EL_PRODUCT_FILEX
|
#define EL_PRODUCT_FILEX
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
/* FUNCTION RELEASE */
|
/* FUNCTION RELEASE */
|
||||||
/* */
|
/* */
|
||||||
/* _fx_file_extended_truncate_release PORTABLE C */
|
/* _fx_file_extended_truncate_release PORTABLE C */
|
||||||
/* 6.1 */
|
/* 6.1.3 */
|
||||||
/* AUTHOR */
|
/* AUTHOR */
|
||||||
/* */
|
/* */
|
||||||
/* William E. Lamie, Microsoft Corporation */
|
/* William E. Lamie, Microsoft Corporation */
|
||||||
@ -88,6 +88,9 @@
|
|||||||
/* 05-19-2020 William E. Lamie Initial Version 6.0 */
|
/* 05-19-2020 William E. Lamie Initial Version 6.0 */
|
||||||
/* 09-30-2020 William E. Lamie Modified comment(s), */
|
/* 09-30-2020 William E. Lamie Modified comment(s), */
|
||||||
/* resulting in version 6.1 */
|
/* resulting in version 6.1 */
|
||||||
|
/* 12-31-2020 William E. Lamie Modified comment(s), fixed */
|
||||||
|
/* available cluster issue, */
|
||||||
|
/* resulting in version 6.1.3 */
|
||||||
/* */
|
/* */
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
UINT _fx_file_extended_truncate_release(FX_FILE *file_ptr, ULONG64 size)
|
UINT _fx_file_extended_truncate_release(FX_FILE *file_ptr, ULONG64 size)
|
||||||
@ -667,12 +670,12 @@ ULONG trace_timestamp;
|
|||||||
}
|
}
|
||||||
#endif /* FX_ENABLE_EXFAT */
|
#endif /* FX_ENABLE_EXFAT */
|
||||||
|
|
||||||
|
/* Increment the number of available clusters. */
|
||||||
|
media_ptr -> fx_media_available_clusters++;
|
||||||
|
|
||||||
#ifdef FX_ENABLE_FAULT_TOLERANT
|
#ifdef FX_ENABLE_FAULT_TOLERANT
|
||||||
}
|
}
|
||||||
#endif /* FX_ENABLE_FAULT_TOLERANT */
|
#endif /* FX_ENABLE_FAULT_TOLERANT */
|
||||||
|
|
||||||
/* Increment the number of available clusters. */
|
|
||||||
media_ptr -> fx_media_available_clusters++;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Setup for the next cluster. */
|
/* Setup for the next cluster. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user