Whamcloud - gitweb
LU-10472 osc: add T10PI support for RPC checksum
[fs/lustre-release.git] / lustre / include / dt_object.h
index 35f1ec4..6699d0f 100644 (file)
@@ -86,6 +86,8 @@ struct dt_device_param {
         * calculation */
        unsigned int       ddp_extent_tax;
        unsigned int       ddp_brw_size;        /* optimal RPC size */
+       /* T10PI checksum type, zero if not supported */
+       enum cksum_types   ddp_t10_cksum_type;
 };
 
 /**