Skip to content

Commit

Permalink
revert the change in libioil
Browse files Browse the repository at this point in the history
Features: pil4dfs

Required-githooks: true

Signed-off-by: Lei Huang <lei.huang@intel.com>
  • Loading branch information
wiliamhuang committed Aug 6, 2024
1 parent 63d5e59 commit 0ca4e1f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/client/dfuse/il/int_posix.c
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,11 @@ child_hdlr(void)
DL_WARN(rc, "daos_eq_lib_init() failed in child process");
daos_dti_reset();
ioil_eqh = ioil_iog.iog_main_eqh = DAOS_HDL_INVAL;
rc = daos_eq_create(&ioil_eqh);
if (rc)
DFUSE_LOG_WARNING("daos_eq_create() failed: "DF_RC, DP_RC(rc));
else
ioil_iog.iog_main_eqh = ioil_eqh;
}

/* Returns true on success */
Expand Down

0 comments on commit 0ca4e1f

Please sign in to comment.