From 47268547841cccf9759dad7aa8700ac211aad18c Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Fri, 24 Nov 2017 11:11:32 +0000 Subject: [PATCH] [functional-tests] add FIXME --- functional-tests/find-working-roots.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/functional-tests/find-working-roots.scm b/functional-tests/find-working-roots.scm index 8ee4830..fb583b5 100644 --- a/functional-tests/find-working-roots.scm +++ b/functional-tests/find-working-roots.scm @@ -25,6 +25,7 @@ (define metadata "../customer-metadata-full.bin") +;; FIXME: aren't we returning a reference to a cache page and then dropping the lock? (define (read-superblock cache) (with-block (b cache 0 (get-flags)) (block->superblock b)))