[functional-tests] add FIXME

This commit is contained in:
Joe Thornber 2017-11-24 11:11:32 +00:00
parent 29e92772a9
commit 4726854784

View File

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