mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-24 19:28:53 +03:00
Fix typos in module/zfs/
Reviewed-by: Matt Ahrens <matt@delphix.com> Reviewed-by: Ryan Moeller <ryan@ixsystems.com> Reviewed-by: Richard Laager <rlaager@wiktel.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Closes #9240
This commit is contained in:
committed by
Brian Behlendorf
parent
7859537768
commit
e1cfd73f7f
+3
-3
@@ -644,8 +644,8 @@ txg_quiesce_thread(void *arg)
|
||||
|
||||
/*
|
||||
* Delay this thread by delay nanoseconds if we are still in the open
|
||||
* transaction group and there is already a waiting txg quiesing or quiesced.
|
||||
* Abort the delay if this txg stalls or enters the quiesing state.
|
||||
* transaction group and there is already a waiting txg quiescing or quiesced.
|
||||
* Abort the delay if this txg stalls or enters the quiescing state.
|
||||
*/
|
||||
void
|
||||
txg_delay(dsl_pool_t *dp, uint64_t txg, hrtime_t delay, hrtime_t resolution)
|
||||
@@ -768,7 +768,7 @@ txg_wait_open(dsl_pool_t *dp, uint64_t txg, boolean_t should_quiesce)
|
||||
|
||||
/*
|
||||
* If there isn't a txg syncing or in the pipeline, push another txg through
|
||||
* the pipeline by queiscing the open txg.
|
||||
* the pipeline by quiescing the open txg.
|
||||
*/
|
||||
void
|
||||
txg_kick(dsl_pool_t *dp)
|
||||
|
||||
Reference in New Issue
Block a user