-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The parent of this commit was based on ZoL 0.8-rcX some time in Feb-April 2019. Since then, some changes happend to the zfs send code that broke the parent commit. Changes made in this commit: - Handle FREEOBJECTS(firstobj=X, numobjs=u64max-X) Apparently, this wasn't a thing in April 19, cannot remember exactly. - fixup from_ivset_guid field when squashing => f00ab3f22cc2c7f62cfd56be842945667b1d558f (from_ivset_guid was added to stream format) - 'show' subcommand to dump LSM's internal state - cargo fmt
- Loading branch information
Showing
10 changed files
with
216 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
|
||
|
||
mod generated; | ||
pub use generated::*; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,5 +63,4 @@ impl Fletcher4 { | |
pub fn checksum(&self) -> [u64; 4] { | ||
[self.a, self.b, self.c, self.d] | ||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.