Whamcloud - gitweb
LU-13151 mdt: add parent FID to Changelog recordss
[fs/lustre-release.git] / lustre / mdd / mdd_dir.c
index 76b54e3..134982d 100644 (file)
@@ -1937,7 +1937,8 @@ static int mdd_create_data(const struct lu_env *env,
        if (rc)
                GOTO(stop, rc);
 
-       rc = mdd_changelog_data_store(env, mdd, CL_LAYOUT, 0, son, handle);
+       rc = mdd_changelog_data_store(env, mdd, CL_LAYOUT, 0, son, handle,
+                                     NULL);
 
 stop:
        rc = mdd_trans_stop(env, mdd, rc, handle);