X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Fdt_object.h;h=6699d0f349fa9f4a16d457b4d523c243e210f194;hb=b1e7be00cb6e1e7b3e35877cf8b8a209e456a2ea;hp=35f1ec4433c84560481b992e5276f1a428021e7b;hpb=817a8e6ee03324ca230a2b1b5e02c9d9021e7f9f;p=fs%2Flustre-release.git diff --git a/lustre/include/dt_object.h b/lustre/include/dt_object.h index 35f1ec4..6699d0f 100644 --- a/lustre/include/dt_object.h +++ b/lustre/include/dt_object.h @@ -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; }; /**