All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fs/xfs/xfs_dinode.h: fix comments of xfs_dinode_t.
@ 2012-04-11 17:52 ` Chen Baozi
  0 siblings, 0 replies; 3+ messages in thread
From: Chen Baozi @ 2012-04-11 17:52 UTC (permalink / raw)
  To: xfs, linux-kernel; +Cc: Chen Baozi


Signed-off-by: Chen Baozi <baozich@gmail.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] 3+ messages in thread

* [PATCH] fs/xfs/xfs_dinode.h: fix comments of xfs_dinode_t.
@ 2012-04-11 17:52 ` Chen Baozi
  0 siblings, 0 replies; 3+ messages in thread
From: Chen Baozi @ 2012-04-11 17:52 UTC (permalink / raw)
  To: xfs, linux-kernel; +Cc: Chen Baozi


Signed-off-by: Chen Baozi <baozich@gmail.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

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] fs/xfs/xfs_dinode.h: fix comments of xfs_dinode_t.
  2012-04-11 17:52 ` Chen Baozi
  (?)
@ 2012-04-25 21:30 ` Mark Tinguely
  -1 siblings, 0 replies; 3+ messages in thread
From: Mark Tinguely @ 2012-04-25 21:30 UTC (permalink / raw)
  To: Chen Baozi; +Cc: xfs

On 04/11/12 12:52, Chen Baozi wrote:
> Signed-off-by: Chen Baozi<baozich@gmail.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

Good catch. Please add a commit message and then you also can add:

Reviewed-by: Mark Tinguely <tinguely@sgi.com>

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-04-25 21:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-11 17:52 [PATCH] fs/xfs/xfs_dinode.h: fix comments of xfs_dinode_t Chen Baozi
2012-04-11 17:52 ` Chen Baozi
2012-04-25 21:30 ` Mark Tinguely

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.