storage/reflink: don't run verify() under volume lock

This commit is contained in:
Rusty Bird 2019-06-23 12:47:59 +00:00
parent 4c9c0a88d5
commit de159a1e1e
No known key found for this signature in database
GPG Key ID: 469D78F47AAF2ADF

View File

@ -158,7 +158,6 @@ class ReflinkVolume(qubes.storage.Volume):
return self
@_coroutinized
@_locked
def verify(self):
if self.snap_on_start:
img = self.source._path_clean # pylint: disable=protected-access