* [RESEND PATCH] xfs: fix typo in comment of xfs_dinode_t.
@ 2012-05-25 16:48 Chen Baozi
2012-05-25 19:24 ` Ben Myers
0 siblings, 1 reply; 2+ messages in thread
From: Chen Baozi @ 2012-05-25 16:48 UTC (permalink / raw)
To: xfs; +Cc: linux-kernel, bpm
There should be "XFS_DFORK_DPTR, XFS_DFORK_APTR, and XFS_DFORK_PTR" instead
of "XFS_DFORK_PTR, XFS_DFORK_DPTR, and XFS_DFORK_PTR".
Signed-off-by: Chen Baozi <baozich@gmail.com>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
---
fs/xfs/xfs_dinode.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fs/xfs/xfs_dinode.h b/fs/xfs/xfs_dinode.h
index a372163..1d9643b 100644
--- a/fs/xfs/xfs_dinode.h
+++ b/fs/xfs/xfs_dinode.h
@@ -33,7 +33,7 @@ typedef struct xfs_timestamp {
* variable size the leftover area split into a data and an attribute fork.
* The format of the data and attribute fork depends on the format of the
* inode as indicated by di_format and di_aformat. To access the data and
- * attribute use the XFS_DFORK_PTR, XFS_DFORK_DPTR, and XFS_DFORK_PTR macros
+ * attribute use the XFS_DFORK_DPTR, XFS_DFORK_APTR, and XFS_DFORK_PTR macros
* below.
*
* There is a very similar struct icdinode in xfs_inode which matches the
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [RESEND PATCH] xfs: fix typo in comment of xfs_dinode_t.
2012-05-25 16:48 [RESEND PATCH] xfs: fix typo in comment of xfs_dinode_t Chen Baozi
@ 2012-05-25 19:24 ` Ben Myers
0 siblings, 0 replies; 2+ messages in thread
From: Ben Myers @ 2012-05-25 19:24 UTC (permalink / raw)
To: Chen Baozi; +Cc: xfs, linux-kernel
On Sat, May 26, 2012 at 12:48:47AM +0800, Chen Baozi wrote:
> There should be "XFS_DFORK_DPTR, XFS_DFORK_APTR, and XFS_DFORK_PTR" instead
> of "XFS_DFORK_PTR, XFS_DFORK_DPTR, and XFS_DFORK_PTR".
>
> Signed-off-by: Chen Baozi <baozich@gmail.com>
> Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Committed. Thanks for the patch Chen!
Signed-off-by: Ben Myers <bpm@sgi.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-25 19:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-25 16:48 [RESEND PATCH] xfs: fix typo in comment of xfs_dinode_t Chen Baozi
2012-05-25 19:24 ` Ben Myers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox