replace metadata updater with metadata I/O concurrency

Signed-off-by: Adam Rutkowski <adam.j.rutkowski@intel.com>
This commit is contained in:
Adam Rutkowski
2021-04-03 21:26:59 -05:00
committed by Kozlowski Mateusz
parent 06f3c937c3
commit 953e0f25d7
8 changed files with 83 additions and 45 deletions

View File

@@ -8,6 +8,8 @@
#include "../utils/utils_alock.h"
struct metadata_io_request;
int ocf_mio_async_lock(struct ocf_alock *alock,
struct metadata_io_request *m_req,
ocf_req_async_lock_cb cmpl);