mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-24 11:18:52 +03:00
Serialize ZTHR operations to eliminate races
Adds a new lock for serializing operations on zthrs. The commit also includes some code cleanup and refactoring. Reviewed by: Matt Ahrens <mahrens@delphix.com> Reviewed by: Tom Caputi <tcaputi@datto.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Serapheim Dimitropoulos <serapheim@delphix.com> Closes #8229
This commit is contained in:
committed by
Brian Behlendorf
parent
83c796c5e9
commit
61c3391acc
@@ -37,7 +37,7 @@ int spa_checkpoint(const char *);
|
||||
int spa_checkpoint_discard(const char *);
|
||||
|
||||
boolean_t spa_checkpoint_discard_thread_check(void *, zthr_t *);
|
||||
int spa_checkpoint_discard_thread(void *, zthr_t *);
|
||||
void spa_checkpoint_discard_thread(void *, zthr_t *);
|
||||
|
||||
int spa_checkpoint_get_stats(spa_t *, pool_checkpoint_stat_t *);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user