Skip to content

Commit

Permalink
[dfs][mqueue]Ensure that dev is initialized before mqueue (#8197)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhkag authored Oct 30, 2023
1 parent e78cfdf commit 7066761
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/dfs/dfs_v1/filesystems/mqueue/dfs_mqueue.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,4 @@ int dfs_mqueue_init(void) {
}
return 0;
}
INIT_COMPONENT_EXPORT(dfs_mqueue_init);
INIT_ENV_EXPORT(dfs_mqueue_init);
2 changes: 1 addition & 1 deletion components/dfs/dfs_v2/filesystems/mqueue/dfs_mqueue.c
Original file line number Diff line number Diff line change
Expand Up @@ -238,4 +238,4 @@ int dfs_mqueue_init(void) {
}
return 0;
}
INIT_COMPONENT_EXPORT(dfs_mqueue_init);
INIT_ENV_EXPORT(dfs_mqueue_init);

0 comments on commit 7066761

Please sign in to comment.