diff options
author | Saso Kiselkov <[email protected]> | 2013-08-08 13:33:18 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-08-08 13:37:00 -0700 |
commit | 4e59f475118b7081a3f950ebf7c70b5bfc7c9778 (patch) | |
tree | d53d0a2fa90c100aa49d5a0397fe96bd249d481f /include/sys/dmu.h | |
parent | 3a17a7a99a1a6332d0999f9be68e2b8dc3933de1 (diff) |
Illumos #3964 L2ARC should always compress metadata buffers
3964 L2ARC should always compress metadata buffers
Reviewed by: Matthew Ahrens <[email protected]>
Reviewed by: Brian Behlendorf <[email protected]>
References:
https://www.illumos.org/issues/3964
Ported-by: Brian Behlendorf <[email protected]>
Closes #1379
Diffstat (limited to 'include/sys/dmu.h')
-rw-r--r-- | include/sys/dmu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sys/dmu.h b/include/sys/dmu.h index 17857255e..adaab4c6b 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 |