mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 10:01:01 +03:00
Fix typo in zil_commit() comment block
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Signed-off-by: Allan Jude <allan@klarasystems.com> Closes #13518
This commit is contained in:
parent
a70e613070
commit
2310dba9eb
@ -2965,7 +2965,7 @@ zil_commit_itx_assign(zilog_t *zilog, zil_commit_waiter_t *zcw)
|
||||
* queue prior to zil_commit() having been called, and which itxs were
|
||||
* added after zil_commit() was called.
|
||||
*
|
||||
* The commit it is special; it doesn't have any on-disk representation.
|
||||
* The commit itx is special; it doesn't have any on-disk representation.
|
||||
* When a commit itx is "committed" to an lwb, the waiter associated
|
||||
* with it is linked onto the lwb's list of waiters. Then, when that lwb
|
||||
* completes, each waiter on the lwb's list is marked done and signaled
|
||||
|
Loading…
Reference in New Issue
Block a user