thin_metadata_t now reproduces the recursive new_block() error.
This commit is contained in:
@@ -83,6 +83,7 @@ namespace {
|
||||
::close(fd);
|
||||
nr_blocks = div_down<block_address>(nr_blocks, MD_BLOCK_SIZE);
|
||||
} else
|
||||
// FIXME: needs a better message
|
||||
throw runtime_error("bad path");
|
||||
|
||||
return nr_blocks;
|
||||
|
||||
Reference in New Issue
Block a user