mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-25 03:37:45 +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
@@ -1028,7 +1028,7 @@ dmu_objset_create_impl_dnstats(spa_t *spa, dsl_dataset_t *ds, blkptr_t *bp,
|
||||
|
||||
/*
|
||||
* We don't want to have to increase the meta-dnode's nlevels
|
||||
* later, because then we could do it in quescing context while
|
||||
* later, because then we could do it in quiescing context while
|
||||
* we are also accessing it in open context.
|
||||
*
|
||||
* This precaution is not necessary for the MOS (ds == NULL),
|
||||
@@ -2648,7 +2648,7 @@ dmu_objset_find_dp_cb(void *arg)
|
||||
|
||||
/*
|
||||
* We need to get a pool_config_lock here, as there are several
|
||||
* asssert(pool_config_held) down the stack. Getting a lock via
|
||||
* assert(pool_config_held) down the stack. Getting a lock via
|
||||
* dsl_pool_config_enter is risky, as it might be stalled by a
|
||||
* pending writer. This would deadlock, as the write lock can
|
||||
* only be granted when our parent thread gives up the lock.
|
||||
|
||||
Reference in New Issue
Block a user