Merge pull request #521 from arutk/compilation_fix
Fix include paths in ocf_lru.c and ocf_space.c
This commit is contained in:
commit
becd12dc90
@ -5,14 +5,14 @@
|
||||
|
||||
#include "ocf_space.h"
|
||||
#include "ocf_lru.h"
|
||||
#include "../utils/utils_cleaner.h"
|
||||
#include "../utils/utils_cache_line.h"
|
||||
#include "../concurrency/ocf_concurrency.h"
|
||||
#include "../mngt/ocf_mngt_common.h"
|
||||
#include "../engine/engine_zero.h"
|
||||
#include "../ocf_cache_priv.h"
|
||||
#include "../ocf_request.h"
|
||||
#include "../engine/engine_common.h"
|
||||
#include "utils/utils_cleaner.h"
|
||||
#include "utils/utils_cache_line.h"
|
||||
#include "concurrency/ocf_concurrency.h"
|
||||
#include "mngt/ocf_mngt_common.h"
|
||||
#include "engine/engine_zero.h"
|
||||
#include "ocf_cache_priv.h"
|
||||
#include "ocf_request.h"
|
||||
#include "engine/engine_common.h"
|
||||
|
||||
static const ocf_cache_line_t end_marker = (ocf_cache_line_t)-1;
|
||||
|
||||
|
@ -4,8 +4,8 @@
|
||||
*/
|
||||
|
||||
#include "ocf_space.h"
|
||||
#include "../utils/utils_user_part.h"
|
||||
#include "../engine/engine_common.h"
|
||||
#include "utils/utils_user_part.h"
|
||||
#include "engine/engine_common.h"
|
||||
|
||||
static uint32_t ocf_evict_calculate(ocf_cache_t cache,
|
||||
struct ocf_user_part *user_part, uint32_t to_evict)
|
||||
|
Loading…
Reference in New Issue
Block a user