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
@@ -63,7 +63,7 @@
|
||||
* overwrite the original creation of the pool. 'sh_phys_max_off' is the
|
||||
* physical ending offset in bytes of the log. This tells you the length of
|
||||
* the buffer. 'sh_eof' is the logical EOF (in bytes). Whenever a record
|
||||
* is added, 'sh_eof' is incremented by the the size of the record.
|
||||
* is added, 'sh_eof' is incremented by the size of the record.
|
||||
* 'sh_eof' is never decremented. 'sh_bof' is the logical BOF (in bytes).
|
||||
* This is where the consumer should start reading from after reading in
|
||||
* the 'zpool create' portion of the log.
|
||||
|
||||
Reference in New Issue
Block a user