-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Rafal Stefanowski <rafal.stefanowski@huawei.com>
- Loading branch information
Rafal Stefanowski
committed
Jul 29, 2024
1 parent
a8e776b
commit afe6388
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ocf
updated
14 files
+6 −6 | inc/ocf_cache.h | |
+4 −3 | inc/ocf_def.h | |
+4 −0 | inc/ocf_err.h | |
+2 −0 | src/metadata/metadata_superblock.c | |
+103 −56 | src/mngt/ocf_mngt_cache.c | |
+36 −3 | src/mngt/ocf_mngt_core.c | |
+3 −0 | src/mngt/ocf_mngt_core_priv.h | |
+3 −0 | src/mngt/ocf_mngt_flush.c | |
+3 −3 | src/ocf_cache.c | |
+0 −18 | src/ocf_core.c | |
+2 −1 | tests/functional/pyocf/types/cache.py | |
+2 −0 | tests/functional/pyocf/types/shared.py | |
+2 −1 | tests/functional/tests/engine/test_read.py | |
+41 −0 | tests/functional/tests/management/test_attach_cache.py |