-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Prefix zfs internal endian checks with _ZFS #10621
Prefix zfs internal endian checks with _ZFS #10621
Conversation
7299125
to
7a36fe0
Compare
Codecov Report
@@ Coverage Diff @@
## master #10621 +/- ##
==========================================
- Coverage 79.66% 79.59% -0.07%
==========================================
Files 394 394
Lines 124629 124611 -18
==========================================
- Hits 99280 99187 -93
- Misses 25349 25424 +75
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
7a36fe0
to
bd5f7b4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also see some leftovers of the old names in various comments and in
- cmd/zdb/zdb.c
- lib/libzpool/util.c
- module/icp/algs/sha1/sha1.c (this one maybe makes sense?)
14ab9c4
to
3ecdb78
Compare
3ecdb78
to
d4ab403
Compare
|
d4ab403
to
c474a21
Compare
|
c474a21
to
d465d4f
Compare
|
d465d4f
to
ab92107
Compare
|
b833ee5
to
0db1d21
Compare
0db1d21
to
49ef922
Compare
FreeBSD defines _BIG_ENDIAN BIG_ENDIAN _LITTLE_ENDIAN LITTLE_ENDIAN on every architecture. Trying to do cross builds whilst hiding this from ZFS has proven extremely cumbersome. Signed-off-by: Matt Macy <[email protected]>
49ef922
to
1a69251
Compare
1a69251
to
8dfe356
Compare
FreeBSD defines _BIG_ENDIAN BIG_ENDIAN _LITTLE_ENDIAN LITTLE_ENDIAN on every architecture. Trying to do cross builds whilst hiding this from ZFS has proven extremely cumbersome. Reviewed-by: Ryan Moeller <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Matt Macy <[email protected]> Closes openzfs#10621
FreeBSD defines _BIG_ENDIAN BIG_ENDIAN _LITTLE_ENDIAN LITTLE_ENDIAN on every architecture. Trying to do cross builds whilst hiding this from ZFS has proven extremely cumbersome. Reviewed-by: Ryan Moeller <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Matt Macy <[email protected]> Closes openzfs#10621
FreeBSD defines _BIG_ENDIAN BIG_ENDIAN _LITTLE_ENDIAN
LITTLE_ENDIAN on every architecture. Trying to do
cross builds whilst hiding this from ZFS has proven
extremely cumbersome.
Signed-off-by: Matt Macy [email protected]
Motivation and Context
Description
How Has This Been Tested?
Types of changes
Checklist:
Signed-off-by
.