On Fri, Feb 21, 2020 at 10:33:00 +0100, Michal Privoznik wrote: > *** BLURB HERE *** > > Michal Prívozník (3): > virSecurityManagerMetadataLock: Store locked paths > security: Don't remember seclabel for paths we haven't locked > successfully > security: Don't fail if locking a file on NFS mount fails I'm not quite happy about the technical debt this series is adding and the code itself even had before. Tracking the paths and filedescriptors in two separate arrays is one of them. The abduance of existing and added n^2 algorithms is another. The fact that the metadata locking function is modifying the order of the paths in the argument is also weird and undocumented. series: Reviewed-by: Peter Krempa <pkrempa@xxxxxxxxxx> as this is fixing a real bug oVirt is hitting.