diff options
Diffstat (limited to 'include/sys/zio_checksum.h')
-rw-r--r-- | include/sys/zio_checksum.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/zio_checksum.h b/include/sys/zio_checksum.h index 56b83b559..9fcfd521f 100644 --- a/include/sys/zio_checksum.h +++ b/include/sys/zio_checksum.h @@ -44,7 +44,7 @@ typedef const struct zio_checksum_info { zio_checksum_func_t *ci_func[2]; /* checksum function per byteorder */ int ci_correctable; /* number of correctable bits */ int ci_eck; /* uses zio embedded checksum? */ - int ci_dedup; /* strong enough for dedup? */ + boolean_t ci_dedup; /* strong enough for dedup? */ char *ci_name; /* descriptive name */ } zio_checksum_info_t; |