Commit f088c46b authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 948102aa
......@@ -1055,6 +1055,7 @@ func (f *BigFile) invalidateBlk(ctx context.Context, blk int64) (err error) {
frev, funlock, err := groot.lockRevFile(blkrev, f.zfile.POid())
if err != nil {
log.Errorf("BUG: %s: invalidate blk #%d: %s (ignoring, but reading @revX/bigfile will be slow)", f.path(), blk, err)
return
}
defer funlock()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment