Whamcloud - gitweb
LU-12485 obdclass: 0-nlink race in lu_object_find_at()
[fs/lustre-release.git] / lustre / mdt / mdt_reint.c
index 452a006..ef6446a 100644 (file)
@@ -1101,6 +1101,7 @@ unlock_parent:
        mdt_object_unlock(info, mp, parent_lh, rc);
 put_parent:
        mdt_object_put(info->mti_env, mp);
+       CFS_RACE_WAKEUP(OBD_FAIL_OBD_ZERO_NLINK_RACE);
         return rc;
 }