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

Fixed the default checksum algorithm in the manpage. #1628

Closed
wants to merge 1 commit into from

Conversation

maxximino
Copy link
Contributor

I've noticed a mismatch between the man page and the source code about the default algorithm for checksum=on.
The manpage reports fletcher2, but zio.h (https://github.com/zfsonlinux/zfs/blob/master/include/sys/zio.h#L85) says it's fletcher4.

@behlendorf behlendorf closed this in e43b290 Aug 8, 2013
@behlendorf
Copy link
Contributor

Thank you, merged as

e43b290 Fix the default checksum algorithm in the manpage

unya pushed a commit to unya/zfs that referenced this pull request Dec 13, 2013
The manpage reports fletcher2, but in zio.h ZIO_CHECKSUM_ON_VALUE
is defined to ZIO_CHECKSUM_FLETCHER_4.

Signed-off-by: Massimo Maggi <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes openzfs#1628
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants