Add extra data seek before data fill in mio
Signed-off-by: Adam Rutkowski <adam.j.rutkowski@intel.com>
This commit is contained in:
parent
223ba0b025
commit
6b6300c646
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright(c) 2012-2021 Intel Corporation
|
||||
* Copyright(c) 2012-2022 Intel Corporation
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
#include "metadata.h"
|
||||
@ -229,6 +229,8 @@ static int metadata_io_do(struct ocf_request *req)
|
||||
struct ocf_io *io;
|
||||
int ret;
|
||||
|
||||
ctx_data_seek(cache->owner, m_req->data, ctx_data_seek_begin, 0);
|
||||
|
||||
/* Fill with the latest metadata. */
|
||||
if (m_req->req.rw == OCF_WRITE) {
|
||||
ocf_metadata_start_shared_access(&cache->metadata.lock,
|
||||
|
Loading…
Reference in New Issue
Block a user