All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Correct comments for ctime field for ext2 and ext3.
@ 2010-10-31 12:52 Robert P. J. Day
  2010-11-01 19:16 ` Jiri Kosina
  0 siblings, 1 reply; 2+ messages in thread
From: Robert P. J. Day @ 2010-10-31 12:52 UTC (permalink / raw)
  To: trivial; +Cc: Linux Kernel Mailing List


Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---

  not sure if my first posting made it, so ignore this if its a dup.

diff --git a/include/linux/ext2_fs.h b/include/linux/ext2_fs.h
index 2dfa707..e084c99 100644
--- a/include/linux/ext2_fs.h
+++ b/include/linux/ext2_fs.h
@@ -244,7 +244,7 @@ struct ext2_inode {
 	__le16	i_uid;		/* Low 16 bits of Owner Uid */
 	__le32	i_size;		/* Size in bytes */
 	__le32	i_atime;	/* Access time */
-	__le32	i_ctime;	/* Creation time */
+	__le32	i_ctime;	/* Status change time */
 	__le32	i_mtime;	/* Modification time */
 	__le32	i_dtime;	/* Deletion Time */
 	__le16	i_gid;		/* Low 16 bits of Group Id */
diff --git a/include/linux/ext3_fs.h b/include/linux/ext3_fs.h
index 6ce1bca..30438c0 100644
--- a/include/linux/ext3_fs.h
+++ b/include/linux/ext3_fs.h
@@ -282,7 +282,7 @@ struct ext3_inode {
 	__le16	i_uid;		/* Low 16 bits of Owner Uid */
 	__le32	i_size;		/* Size in bytes */
 	__le32	i_atime;	/* Access time */
-	__le32	i_ctime;	/* Creation time */
+	__le32	i_ctime;	/* Status change time */
 	__le32	i_mtime;	/* Modification time */
 	__le32	i_dtime;	/* Deletion Time */
 	__le16	i_gid;		/* Low 16 bits of Group Id */


rday

-- 

========================================================================
Robert P. J. Day                               Waterloo, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================

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

* Re: [PATCH] Correct comments for ctime field for ext2 and ext3.
  2010-10-31 12:52 [PATCH] Correct comments for ctime field for ext2 and ext3 Robert P. J. Day
@ 2010-11-01 19:16 ` Jiri Kosina
  0 siblings, 0 replies; 2+ messages in thread
From: Jiri Kosina @ 2010-11-01 19:16 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: Linux Kernel Mailing List

On Sun, 31 Oct 2010, Robert P. J. Day wrote:

> 
> Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
> 
> ---
> 
>   not sure if my first posting made it, so ignore this if its a dup.
> 
> diff --git a/include/linux/ext2_fs.h b/include/linux/ext2_fs.h
> index 2dfa707..e084c99 100644
> --- a/include/linux/ext2_fs.h
> +++ b/include/linux/ext2_fs.h
> @@ -244,7 +244,7 @@ struct ext2_inode {
>  	__le16	i_uid;		/* Low 16 bits of Owner Uid */
>  	__le32	i_size;		/* Size in bytes */
>  	__le32	i_atime;	/* Access time */
> -	__le32	i_ctime;	/* Creation time */
> +	__le32	i_ctime;	/* Status change time */

I feel that 'Inode change time' would be more appropriate.

-- 
Jiri Kosina
SUSE Labs, Novell Inc.

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

end of thread, other threads:[~2010-11-01 19:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-31 12:52 [PATCH] Correct comments for ctime field for ext2 and ext3 Robert P. J. Day
2010-11-01 19:16 ` Jiri Kosina

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.