Merge pull request #47 from imjfckm/fix-cleaner-leaking-caches

Fix cleaner leaking caches
This commit is contained in:
Michał Mielewczyk 2019-06-26 09:27:46 +02:00 committed by GitHub
commit c16030883e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
#include "threads.h" #include "threads.h"
#include "cas_cache.h" #include "cas_cache.h"
#define MAX_THREAD_NAME_SIZE 16 #define MAX_THREAD_NAME_SIZE 48
struct cas_thread_info { struct cas_thread_info {
atomic_t stop; atomic_t stop;

2
ocf

@ -1 +1 @@
Subproject commit db734c23594932a00d8386e9021353a20842c8ad Subproject commit 2c5b37bd1185fd261cbf359752bc3896f87c0d22