mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-23 02:44:41 +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
@@ -83,7 +83,7 @@
|
||||
* Layouts are simply an array of the attributes and their
|
||||
* ordering i.e. [0, 1, 4, 5, 2]
|
||||
*
|
||||
* Each distinct layout is given a unique layout number and that is whats
|
||||
* Each distinct layout is given a unique layout number and that is what's
|
||||
* stored in the header at the beginning of the SA data buffer.
|
||||
*
|
||||
* A layout only covers a single dbuf (bonus or spill). If a set of
|
||||
@@ -95,7 +95,7 @@
|
||||
* Adding a single attribute will cause the entire set of attributes to
|
||||
* be rewritten and could result in a new layout number being constructed
|
||||
* as part of the rewrite if no such layout exists for the new set of
|
||||
* attribues. The new attribute will be appended to the end of the already
|
||||
* attributes. The new attribute will be appended to the end of the already
|
||||
* existing attributes.
|
||||
*
|
||||
* Both the attribute registration and attribute layout information are
|
||||
|
||||
Reference in New Issue
Block a user