[block-cache] remove spurious FIXME
This commit is contained in:
parent
da3f9ca476
commit
666a32da9c
@ -521,7 +521,9 @@ block_cache::lookup_or_read_block(block_address index, unsigned flags,
|
|||||||
issue_read(*b);
|
issue_read(*b);
|
||||||
wait_specific(*b);
|
wait_specific(*b);
|
||||||
v->check(b->data_, b->index_);
|
v->check(b->data_, b->index_);
|
||||||
unlink_block(*b); // FIXME: what if it's on the error list?
|
|
||||||
|
// we know the block is clean and unerrored.
|
||||||
|
unlink_block(*b);
|
||||||
}
|
}
|
||||||
|
|
||||||
b->v_ = v;
|
b->v_ = v;
|
||||||
|
Loading…
Reference in New Issue
Block a user