Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lib: chunkio: upgrade to v1.1.3 #4148

Merged
merged 1 commit into from
Oct 1, 2021
Merged

lib: chunkio: upgrade to v1.1.3 #4148

merged 1 commit into from
Oct 1, 2021

Conversation

edsiper
Copy link
Member

@edsiper edsiper commented Oct 1, 2021

This patch upgrade Chunk I/O to version v1.1.3, some of the changes are:

  • Fix wrong value of zero on fs_size file structure.
  • Use posix_fallocate() if fallocate() is not available (address ext3 and reiser fs)
  • Minor fixes

Signed-off-by: Eduardo Silva [email protected]

This patch upgrade Chunk I/O to version v1.1.3, some of the changes are:

 - Fix wrong value of zero on fs_size file structure.
 - Use posix_fallocate() if fallocate() is not available (address ext3 and reiser fs)
 - Minor fixes

Signed-off-by: Eduardo Silva <[email protected]>
@edsiper edsiper merged commit 9448be8 into master Oct 1, 2021
edsiper added a commit that referenced this pull request Oct 5, 2021
This patch upgrade Chunk I/O to version v1.1.3, some of the changes are:

 - Fix wrong value of zero on fs_size file structure.
 - Use posix_fallocate() if fallocate() is not available (address ext3 and reiser fs)
 - Minor fixes

Signed-off-by: Eduardo Silva <[email protected]>
@edsiper edsiper deleted the chunkio-v1.1.3 branch November 16, 2021 23:55
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.

1 participant