s3: add st_ex_itime to struct stat_ex
authorRalph Boehme <slow@samba.org>
Thu, 27 Jun 2019 16:14:43 +0000 (18:14 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 1 Jul 2019 21:43:23 +0000 (21:43 +0000)
commitdf4a380d9f459dcdd7e1edab8711b36af0cac09a
treea812ffa5264ef2d2694669a578d97a941c0131db
parentd18bdc1c43b8573582bd77d153cd514f881a69b9
s3: add st_ex_itime to struct stat_ex

st_ex_itime is an immutable original birth time aka instantiation time. Set when
a file is created, never changes thereafter. May not be set by the client.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/include/includes.h
source3/include/vfs.h
source3/lib/system.c
source3/modules/vfs_ceph.c