Skip to content

Commit

Permalink
Fix typo in handoff_check comment
Browse files Browse the repository at this point in the history
Co-Authored-By: Matthew Ahrens <mahrens@delphix.com>
  • Loading branch information
pcd1193182 and ahrens authored Mar 19, 2020
1 parent 2e28c8a commit 6453aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/zfs/dsl_dataset.c
Original file line number Diff line number Diff line change
Expand Up @@ -3087,7 +3087,7 @@ dsl_dataset_handoff_check(dsl_dataset_t *ds, void *owner, dmu_tx_t *tx)
uint64_t holds = zfs_refcount_count(&ds->ds_longholds) -
(owner != NULL ? 1 : 0);
/*
* The value of dd_activity_waiters can chance as soon as we drop the
* The value of dd_activity_waiters can change as soon as we drop the
* lock, but we're fine with that; new waiters coming in or old
* waiters leaving doesn't cause problems, since we're going to cancel
* waiters later anyway. The goal of this check is to verify that no
Expand Down

0 comments on commit 6453aa7

Please sign in to comment.