Skip to content

Commit

Permalink
DAOS-15753 dfuse: Do not deadlock when failing to mount. (#14252) (#1…
Browse files Browse the repository at this point in the history
…4274)

Change-Id: Ia8452f68990f495e42e8af2e8a1eb7c951fbbdfa

Signed-off-by: Ashley Pittman <ashley.m.pittman@intel.com>
  • Loading branch information
jolivier23 authored Apr 30, 2024
1 parent 78d68ff commit ca43ed2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/client/dfuse/dfuse_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1356,6 +1356,8 @@ dfuse_fs_start(struct dfuse_info *dfuse_info, struct dfuse_cont *dfs)
}

err_threads:
dfuse_info->di_shutdown = true;

for (i = 0; i < dfuse_info->di_eq_count; i++) {
struct dfuse_eq *eqt = &dfuse_info->di_eqt[i];

Expand Down

0 comments on commit ca43ed2

Please sign in to comment.