Merge pull request #1351 from live4thee/fix-compile-error
cas_cache: fix compile error when set CAS_DEBUG_IO=1
This commit is contained in:
commit
74c17d5115
@ -373,8 +373,7 @@ static void block_dev_submit_io(struct ocf_io *io)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
CAS_DEBUG_PARAM("Address = %llu, bytes = %u\n", bdio->addr,
|
CAS_DEBUG_PARAM("Address = %llu, bytes = %u\n", addr, bytes);
|
||||||
bdio->bytes);
|
|
||||||
|
|
||||||
/* Prevent races of completing IO */
|
/* Prevent races of completing IO */
|
||||||
atomic_set(&bdio->rq_remaning, 1);
|
atomic_set(&bdio->rq_remaning, 1);
|
||||||
|
Loading…
Reference in New Issue
Block a user