> @@ -136,9 +136,13 @@ zio_checksum_info_t 
> zio_checksum_table[ZIO_CHECKSUM_FUNCTIONS] = {
>           ZCHECKSUM_FLAG_NOPWRITE, "edonr"},
>  };
>  
> -spa_feature_t
> -zio_checksum_to_feature(enum zio_checksum cksum)
> -{
> +/*
> + * The flag corresponding to the "verify" in dedup=[checksum,]verify
> + * must be cleared first.
> + */
> +spa_feature_t zio_checksum_to_feature(enum zio_checksum cksum) {

cstyle nit.  Stick with the newline after spa_feature_t, please.

---
Reply to this email directly or view it on GitHub:
https://github.com/openzfs/openzfs/pull/51/files#r48861774
_______________________________________________
developer mailing list
[email protected]
http://lists.open-zfs.org/mailman/listinfo/developer

Reply via email to