s3: includes: Make the comments describing itime consistent. Always use "invented...
authorJones Syue <jonessyue@qnap.com>
Mon, 10 Jan 2022 17:29:44 +0000 (09:29 -0800)
committerJeremy Allison <jra@samba.org>
Mon, 10 Jan 2022 18:42:02 +0000 (18:42 +0000)
It gets confusing if we call it "imaginary" or "instantiation"
in different places.

Signed-off-by: Jones Syue <jonessyue@qnap.com>
Reviewed-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Mon Jan 10 18:42:02 UTC 2022 on sn-devel-184

source3/include/includes.h
source3/lib/system.c

index 6fc2ee25d952864014bebbcccb03226c854a2d15..c3d3d351e41d2d34e8de81555b8e357a8bdcc74a 100644 (file)
@@ -205,10 +205,10 @@ struct stat_ex {
        struct timespec st_ex_ctime;
        struct timespec st_ex_btime; /* birthtime */
        /*
-        * Immutable original birth time aka instantiation time. Set when a file
+        * Immutable original birth time aka invented time. Set when a file
         * is created, never changes thereafter. May not be set by the client.
         */
-       struct timespec st_ex_itime; /* instantiation time */
+       struct timespec st_ex_itime; /* invented time */
 
        blksize_t       st_ex_blksize;
        blkcnt_t        st_ex_blocks;
index ed481da20c67ce8a2f85a4f9ff8fac83170cb4eb..00d31692e00a22e76cbbf3150430a2e720975520 100644 (file)
@@ -311,7 +311,7 @@ void init_stat_ex_from_stat (struct stat_ex *dst,
 }
 
 /*******************************************************************
- Create a clock-derived itime (imaginary) time. Used to generate
+ Create a clock-derived itime (invented) time. Used to generate
  the fileid.
 ********************************************************************/