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
2 changed files with 2 additions and 2 deletions

View File

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

2
ocf

Submodule ocf updated: db734c2359...2c5b37bd11