Browse Source

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

Rusty Bird 5 năm trước cách đây
mục cha
commit
de159a1e1e
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      qubes/storage/reflink.py

+ 0 - 1
qubes/storage/reflink.py

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