Skip to content

Conversation

@terrelln
Copy link
Contributor

@terrelln terrelln commented May 2, 2017

No description provided.

+ workspace->size);
+ if (!stream) {
+ pr_warn("BTRFS: ZSTD_createStream failed\n");
+ pr_warn("BTRFS: ZSTD_initStream failed\n");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very minor : should it be ZSTD_initCStream instead ?

workspace->size);
if (!stream) {
pr_warn("BTRFS: ZSTD_createStream failed\n");
pr_warn("BTRFS: ZSTD_initStream failed\n");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

@Cyan4973 Cyan4973 merged commit 8a9e30d into facebook:dev May 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants