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
commit 57dbe0e78c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)
int ocf_cache_line_concurrency_init(struct ocf_cache_line_concurrency **self,