-
Notifications
You must be signed in to change notification settings - Fork 82
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: Robert Baldyga <robert.baldyga@huawei.com>
- Loading branch information
1 parent
e503227
commit 94f10d4
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ocf
updated
17 files
+2 −0 | env/posix/ocf_env.h | |
+11 −0 | inc/ocf_cache.h | |
+2 −0 | src/cleaning/acp.c | |
+2 −0 | src/cleaning/alru.c | |
+2 −1 | src/concurrency/ocf_cache_line_concurrency.c | |
+2 −1 | src/concurrency/ocf_mio_concurrency.c | |
+2 −1 | src/concurrency/ocf_pio_concurrency.c | |
+2 −2 | src/engine/engine_discard.c | |
+2 −1 | src/engine/engine_pt.c | |
+5 −4 | src/mngt/ocf_mngt_cache.c | |
+7 −0 | src/ocf_cache.c | |
+4 −0 | src/ocf_request.h | |
+27 −3 | src/utils/utils_cleaner.c | |
+3 −0 | src/utils/utils_cleaner.h | |
+9 −3 | src/utils/utils_parallelize.c | |
+7 −3 | src/utils/utils_pipeline.c | |
+2 −2 | tests/functional/tests/utils/random.py |