Add more missing io_put() calls

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga
2019-01-04 13:11:30 +01:00
parent e139f79d6b
commit 67f17b9dc2
2 changed files with 7 additions and 0 deletions

View File

@@ -267,6 +267,8 @@ static void _ocf_cleaner_flush_cache_io_end(struct ocf_io *io, int error)
OCF_DEBUG_MSG(req->cache, "Cache flush finished");
_ocf_cleaner_finish_req(req);
ocf_io_put(io);
}
static int _ocf_cleaner_fire_flush_cache(struct ocf_request *req)