Merge pull request #385 from arutk/pt_write_double_inv

Two pass write invalidate
This commit is contained in:
Robert Baldyga
2020-07-28 07:42:44 +02:00
committed by GitHub
3 changed files with 70 additions and 60 deletions

View File

@@ -188,6 +188,9 @@ struct ocf_request {
uint8_t seq_cutoff : 1;
/*!< Sequential cut off set for this request */
uint8_t wi_second_pass : 1;
/*!< Set after first pass of WI write is completed */
log_sid_t sid;
/*!< Tracing sequence ID */