Skip to content

Commit 57dbe0e

Browse files
author
Robert Baldyga
authored
Merge pull request #492 from Open-CAS/shorten-allocator-name
Shorten allocator name
2 parents 2d62594 + 1d97764 commit 57dbe0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/concurrency/ocf_cache_line_concurrency.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ struct ocf_cache_line_concurrency {
6565
*
6666
*/
6767

68-
#define ALLOCATOR_NAME_FMT "ocf_%s_cache_concurrency"
68+
#define ALLOCATOR_NAME_FMT "ocf_%s_concurrency"
6969
#define ALLOCATOR_NAME_MAX (sizeof(ALLOCATOR_NAME_FMT) + OCF_CACHE_NAME_SIZE)
7070

7171
int ocf_cache_line_concurrency_init(struct ocf_cache_line_concurrency **self,

0 commit comments

Comments
 (0)