aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2016-09-08 13:32:35 +1000
committerDave Chinner <david@fromorbit.com>2016-09-08 13:32:35 +1000
commit8b5acc65b644ea1725057bfbdf6b227e299e4bc1 (patch)
treeca66e7a89b790b4b8371b93c9bd7bb51740f238e
parenta04146ad6284e1b7a1a7538a282b473521270964 (diff)
downloadxfs-documentation-8b5acc65b644ea1725057bfbdf6b227e299e4bc1.tar.gz
journaling_log: fix some typos in the section about EFDs
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
-rw-r--r--design/XFS_Filesystem_Structure/journaling_log.asciidoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/design/XFS_Filesystem_Structure/journaling_log.asciidoc b/design/XFS_Filesystem_Structure/journaling_log.asciidoc
index a67fcc2..67d209f 100644
--- a/design/XFS_Filesystem_Structure/journaling_log.asciidoc
+++ b/design/XFS_Filesystem_Structure/journaling_log.asciidoc
@@ -368,7 +368,7 @@ typedef struct xfs_efd_log_format {
----
*efd_type*::
-The signature of an EFI operation, 0x1236. This value is in host-endian order,
+The signature of an EFD operation, 0x1237. This value is in host-endian order,
not big-endian like the rest of XFS.
*efd_size*::
@@ -382,9 +382,9 @@ A 64-bit number that binds the corresponding EFI log item to this EFD log item.
*efd_extents*::
Variable-length array of extents to be freed. The array length is given by
-+efi_nextents+. The record type will be either +xfs_extent_64_t+ or
++efd_nextents+. The record type will be either +xfs_extent_64_t+ or
+xfs_extent_32_t+; this can be determined from the log item size (+oh_len+) and
-the number of extents (+efi_nextents+).
+the number of extents (+efd_nextents+).
[[Inode_Log_Item]]
=== Inode Updates