소스 검색

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

Rusty Bird 5 년 전
부모
커밋
de159a1e1e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      qubes/storage/reflink.py

+ 0 - 1
qubes/storage/reflink.py

@@ -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