summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_vnops.c
diff options
context:
space:
mode:
authormckusick <mckusick@FreeBSD.org>2002-07-16 22:36:00 +0000
committermckusick <mckusick@FreeBSD.org>2002-07-16 22:36:00 +0000
commita3ff90696f94bb4b8353269f5b2307af1291a22e (patch)
treee6a0805aec09bffe11b7d53577ebfe6d6809a9be /sys/kern/vfs_vnops.c
parentb5e36ca81380b2e4d30599db84eb0baf81cefba1 (diff)
downloadFreeBSD-src-a3ff90696f94bb4b8353269f5b2307af1291a22e.zip
FreeBSD-src-a3ff90696f94bb4b8353269f5b2307af1291a22e.tar.gz
Change the name of st_createtime to st_birthtime. This change is
made to reduce confusion between st_ctime and st_createtime. Submitted by: Eric Allman <eric@sendmail.org> Sponsored by: DARPA & NAI Labs.
Diffstat (limited to 'sys/kern/vfs_vnops.c')
-rw-r--r--sys/kern/vfs_vnops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_vnops.c b/sys/kern/vfs_vnops.c
index 596e4a9..cd14442 100644
--- a/sys/kern/vfs_vnops.c
+++ b/sys/kern/vfs_vnops.c
@@ -620,7 +620,7 @@ vn_stat(vp, sb, td)
sb->st_atimespec = vap->va_atime;
sb->st_mtimespec = vap->va_mtime;
sb->st_ctimespec = vap->va_ctime;
- sb->st_createtimespec = vap->va_createtime;
+ sb->st_birthtimespec = vap->va_birthtime;
/*
* According to www.opengroup.org, the meaning of st_blksize is
OpenPOWER on IntegriCloud