X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=include%2Fsys%2Fdmu.h;fp=include%2Fsys%2Fdmu.h;h=adaab4c6bb61cdd6465ebef801186b81decb77e1;hb=4e59f475118b7081a3f950ebf7c70b5bfc7c9778;hp=17857255e311debe89fc869e7128b33e722405d7;hpb=3a17a7a99a1a6332d0999f9be68e2b8dc3933de1;p=zfs.git diff --git a/include/sys/dmu.h b/include/sys/dmu.h index 1785725..adaab4c 100644 --- a/include/sys/dmu.h +++ b/include/sys/dmu.h @@ -828,6 +828,8 @@ int dmu_diff(objset_t *tosnap, objset_t *fromsnap, struct vnode *vp, #define ZFS_CRC64_POLY 0xC96C5795D7870F42ULL /* ECMA-182, reflected form */ extern uint64_t zfs_crc64_table[256]; +extern int zfs_mdcomp_disable; + #ifdef __cplusplus } #endif