Whamcloud - gitweb
LU-3669 mdt: getxattr intent should check object existence
[fs/lustre-release.git] / lustre / mdt / mdt_handler.c
index 4ceb146..c9dee86 100644 (file)
@@ -3575,7 +3575,7 @@ static struct mdt_it_flavor {
         },
         [MDT_IT_GETXATTR] = {
                .it_fmt   = &RQF_LDLM_INTENT_GETXATTR,
-                .it_flags = 0,
+               .it_flags = HABEO_CORPUS,
                .it_act   = mdt_intent_getxattr
         },
        [MDT_IT_LAYOUT] = {