X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fmdt%2Fmdt_handler.c;h=202701213d1fea569d3ece937602ef8d5acf4f3f;hb=aebb405e32e4d40bc2d70a95356b3b85be280668;hp=20cea90e7007bac6d9e559cc8c9820ce2d87f2ae;hpb=e2539c0667525aff8d985d018c4ed077d95ba882;p=fs%2Flustre-release.git diff --git a/lustre/mdt/mdt_handler.c b/lustre/mdt/mdt_handler.c index 20cea90..2027012 100644 --- a/lustre/mdt/mdt_handler.c +++ b/lustre/mdt/mdt_handler.c @@ -4807,6 +4807,8 @@ static int mdt_intent_layout(enum ldlm_intent_flags it_opc, switch (intent->li_opc) { case LAYOUT_INTENT_TRUNC: case LAYOUT_INTENT_WRITE: + case LAYOUT_INTENT_PCCRO_SET: + case LAYOUT_INTENT_PCCRO_CLEAR: layout.mlc_opc = MD_LAYOUT_WRITE; layout.mlc_intent = intent; break;