mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-25 19:57:43 +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
+2
-2
@@ -58,7 +58,7 @@
|
||||
*
|
||||
* In the event of a crash or power loss, the itxs contained by each
|
||||
* dataset's on-disk ZIL will be replayed when that dataset is first
|
||||
* instantiated (e.g. if the dataset is a normal fileystem, when it is
|
||||
* instantiated (e.g. if the dataset is a normal filesystem, when it is
|
||||
* first mounted).
|
||||
*
|
||||
* As hinted at above, there is one ZIL per dataset (both the in-memory
|
||||
@@ -2002,7 +2002,7 @@ zil_itx_assign(zilog_t *zilog, itx_t *itx, dmu_tx_t *tx)
|
||||
/*
|
||||
* If there are any in-memory intent log transactions which have now been
|
||||
* synced then start up a taskq to free them. We should only do this after we
|
||||
* have written out the uberblocks (i.e. txg has been comitted) so that
|
||||
* have written out the uberblocks (i.e. txg has been committed) so that
|
||||
* don't inadvertently clean out in-memory log records that would be required
|
||||
* by zil_commit().
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user