zfs boot subroutines: correctly specify type of an integer literal
Found by adding more warning flags to zfs boot blocks build. Approved by: re (kib) MFC after: 1 week
This commit is contained in:
parent
918314631b
commit
c3e00850b4
@ -328,7 +328,7 @@ typedef struct raidz_map {
|
||||
(mask) = (x) & 0x8080808080808080ULL; \
|
||||
(mask) = ((mask) << 1) - ((mask) >> 7); \
|
||||
(x) = (((x) << 1) & 0xfefefefefefefefeULL) ^ \
|
||||
((mask) & 0x1d1d1d1d1d1d1d1d); \
|
||||
((mask) & 0x1d1d1d1d1d1d1d1dULL); \
|
||||
}
|
||||
|
||||
#define VDEV_RAIDZ_64MUL_4(x, mask) \
|
||||
|
Loading…
Reference in New Issue
Block a user