Merge pull request #492 from Open-CAS/shorten-allocator-name

Shorten allocator name
This commit is contained in:
Robert Baldyga
2021-05-12 10:23:11 +02:00
committed by GitHub

View File

@@ -65,7 +65,7 @@ struct ocf_cache_line_concurrency {
* *
*/ */
#define ALLOCATOR_NAME_FMT "ocf_%s_cache_concurrency" #define ALLOCATOR_NAME_FMT "ocf_%s_concurrency"
#define ALLOCATOR_NAME_MAX (sizeof(ALLOCATOR_NAME_FMT) + OCF_CACHE_NAME_SIZE) #define ALLOCATOR_NAME_MAX (sizeof(ALLOCATOR_NAME_FMT) + OCF_CACHE_NAME_SIZE)
int ocf_cache_line_concurrency_init(struct ocf_cache_line_concurrency **self, int ocf_cache_line_concurrency_init(struct ocf_cache_line_concurrency **self,