-
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.
Merge pull request #1050 from robertbaldyga/v21.6.4-fix-flapping
[v21.6.4] Update OCF - Fix superblock verification
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ocf
updated
10 files
+1 −1 | inc/ocf_def.h | |
+7 −0 | src/engine/cache_engine.c | |
+1 −11 | src/engine/cache_engine.h | |
+31 −370 | src/metadata/metadata.c | |
+1 −1 | src/metadata/metadata.h | |
+107 −36 | src/metadata/metadata_superblock.c | |
+4 −0 | src/metadata/metadata_superblock.h | |
+2 −2 | src/mngt/ocf_mngt_cache.c | |
+5 −0 | src/ocf_cache.c | |
+2 −0 | src/ocf_cache_priv.h |