Treat '16384' as valid cache id.

Signed-off-by: Michal Mielewczyk <michal.mielewczyk@intel.com>
This commit is contained in:
Michal Mielewczyk
2019-08-20 02:27:34 -04:00
parent 56cbc6595b
commit 341222e3d7
2 changed files with 4 additions and 4 deletions

View File

@@ -64,7 +64,7 @@ struct command_args{
static struct command_args command_args_values = {
.force = 0,
.cache_id = 0,
.cache_id = OCF_CACHE_ID_INVALID,
.core_id = OCF_CORE_ID_INVALID,
.state = CACHE_INIT_NEW,
.cache_mode = ocf_cache_mode_default,