Remove obsolete ocf_cache_wait_for_io_finish from pyocf
Signed-off-by: Adam Rutkowski <adam.j.rutkowski@intel.com>
This commit is contained in:
parent
84f5454b29
commit
2485584487
@ -482,7 +482,6 @@ class Cache:
|
|||||||
[("cache", c_void_p), ("priv", c_void_p), ("error", c_int)]
|
[("cache", c_void_p), ("priv", c_void_p), ("error", c_int)]
|
||||||
)
|
)
|
||||||
|
|
||||||
self.owner.lib.ocf_cache_wait_for_io_finish(self.cache_handle)
|
|
||||||
self.owner.lib.ocf_mngt_cache_stop(self.cache_handle, c, None)
|
self.owner.lib.ocf_mngt_cache_stop(self.cache_handle, c, None)
|
||||||
|
|
||||||
c.wait()
|
c.wait()
|
||||||
|
Loading…
Reference in New Issue
Block a user