From: "Darrick J. Wong" <darrick.wong@oracle.com> To: david@fromorbit.com, darrick.wong@oracle.com Cc: linux-xfs@vger.kernel.org, xfs@oss.sgi.com Subject: [PATCH 1/7] journaling_log: fix some typos in the section about EFDs Date: Thu, 25 Aug 2016 16:27:02 -0700 [thread overview] Message-ID: <147216762268.32447.4258135326050076262.stgit@birch.djwong.org> (raw) In-Reply-To: <147216761636.32447.4229640006064129056.stgit@birch.djwong.org> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> --- .../journaling_log.asciidoc | 6 +++--- 1 file 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 _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs
next prev parent reply other threads:[~2016-08-25 23:27 UTC|newest] Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top 2016-08-25 23:26 [PATCH v8 0/7] xfs-docs: reorganize chapters, document rmap and reflink Darrick J. Wong 2016-08-25 23:27 ` Darrick J. Wong [this message] 2016-08-25 23:27 ` [PATCH 2/7] xfsdocs: document known testing procedures Darrick J. Wong 2016-08-25 23:27 ` [PATCH 3/7] xfsdocs: update the on-disk format with changes for Linux 4.5 Darrick J. Wong 2016-08-25 23:27 ` [PATCH 4/7] xfsdocs: move the discussions of short and long format btrees to a separate chapter Darrick J. Wong 2016-08-25 23:27 ` [PATCH 5/7] xfsdocs: reverse-mapping btree documentation Darrick J. Wong 2016-08-25 23:27 ` [PATCH 6/7] xfsdocs: document refcount btree and reflink Darrick J. Wong 2016-08-25 23:27 ` [PATCH 7/7] xfsdocs: document the realtime reverse mapping btree Darrick J. Wong 2016-09-08 1:38 ` Dave Chinner 2016-09-08 2:03 ` Darrick J. Wong
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=147216762268.32447.4258135326050076262.stgit@birch.djwong.org \ --to=darrick.wong@oracle.com \ --cc=david@fromorbit.com \ --cc=linux-xfs@vger.kernel.org \ --cc=xfs@oss.sgi.com \ --subject='Re: [PATCH 1/7] journaling_log: fix some typos in the section about EFDs' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.