Skip to content

Commit

Permalink
Fix broken merge conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: Bryant G. Ly <bryant.ly1@ibm.com>
  • Loading branch information
Bryant G. Ly committed Apr 19, 2023
1 parent 02f0c72 commit b1a260b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/zfs/spa_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ spa_config_update_complete(spa_t *spa, uint64_t txg, boolean_t postsysevent,
* safe even if one or more of them are suspended.
*/
mutex_enter(&spa_namespace_lock);
spa_write_cachefile(spa, B_FALSE, postsysevent);
spa_write_cachefile(spa, B_FALSE, postsysevent, postsysevent);
mutex_exit(&spa_namespace_lock);
}

Expand Down

0 comments on commit b1a260b

Please sign in to comment.