X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Fmd_object.h;fp=lustre%2Finclude%2Fmd_object.h;h=7deef4e573a2ebde30f4b8e6cdbbf5894b29c927;hb=a2e997f0bed0ae4cfdcf6d73f8a79e3d23d28a2f;hp=f6a039fa6c9305eb4183ad02da0543c0b0e6801b;hpb=7194eb6431d2ef7245ef3b13394b60e220145187;p=fs%2Flustre-release.git diff --git a/lustre/include/md_object.h b/lustre/include/md_object.h index f6a039f..7deef4e 100644 --- a/lustre/include/md_object.h +++ b/lustre/include/md_object.h @@ -173,7 +173,8 @@ struct md_op_spec { sp_permitted:1, /* do not check permission */ sp_migrate_close:1, /* close the file during migrate */ sp_migrate_nsonly:1, /* migrate dirent only */ - sp_dmv_imp_inherit:1; /* implicit default LMV inherit */ + sp_dmv_imp_inherit:1, /* implicit default LMV inherit */ + sp_replay:1; /* replay, op may be partially executed */ /** to create directory */ const struct dt_index_features *sp_feat;