basebuilder_pel7x64builder0
4 years ago
3 changed files with 52 additions and 4 deletions
@ -0,0 +1,17 @@ |
|||||||
|
man8/thin_trim.txt | 3 --- |
||||||
|
1 file changed, 3 deletions(-) |
||||||
|
|
||||||
|
diff --git a/man8/thin_trim.txt b/man8/thin_trim.txt |
||||||
|
index 1d24a06..e19d8bd 100644 |
||||||
|
--- a/man8/thin_trim.txt |
||||||
|
+++ b/man8/thin_trim.txt |
||||||
|
@@ -12,9 +12,6 @@ DESCRIPTION |
||||||
|
OPTIONS |
||||||
|
-h, --help Print help and exit. |
||||||
|
-V, --version Print version information and exit. |
||||||
|
- --pool-inactive Indicates you are aware the pool should be inactive. |
||||||
|
- |
||||||
|
- Suppresses a warning message and prompt. |
||||||
|
|
||||||
|
SEE ALSO |
||||||
|
thin_dump(8), thin_repair(8), thin_restore(8), thin_rmap(8), thin_metadata_size(8) |
@ -0,0 +1,16 @@ |
|||||||
|
persistent-data/space-maps/noop.h | 2 +- |
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-) |
||||||
|
|
||||||
|
diff --git a/persistent-data/space-maps/noop.h b/persistent-data/space-maps/noop.h |
||||||
|
index 500dae8..6f71290 100644 |
||||||
|
--- a/persistent-data/space-maps/noop.h |
||||||
|
+++ b/persistent-data/space-maps/noop.h |
||||||
|
@@ -61,7 +61,7 @@ namespace persistent_data { |
||||||
|
|
||||||
|
maybe_block find_free(span_iterator &it) { |
||||||
|
fail(); |
||||||
|
- return 0; |
||||||
|
+ return boost::optional<block_address>(0); |
||||||
|
} |
||||||
|
|
||||||
|
bool count_possibly_greater_than_one(block_address b) const { |
Loading…
Reference in new issue