Skip to content

Commit

Permalink
SSV-23250: Resolve merge conflicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
datacore-rm committed Feb 28, 2024
1 parent 61ebd48 commit f1f11fd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions module/zfs/dsl_pool.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,6 @@ int zfs_delay_min_dirty_percent = 60;
unsigned long zfs_delay_scale = 1000 * 1000 * 1000 / 2000;

/*
<<<<<<< HEAD
* This determines the number of threads used by the dp_sync_taskq.
*/
int zfs_sync_taskq_batch_pct = 75;

/*
=======
>>>>>>> 85a589016 (Improve ZFS objset sync parallelism)
* These tunables determine the behavior of how zil_itxg_clean() is
* called via zil_clean() in the context of spa_sync(). When an itxg
* list needs to be cleaned, TQ_NOSLEEP will be used when dispatching.
Expand Down

0 comments on commit f1f11fd

Please sign in to comment.