From: Ralph Boehme Date: Tue, 3 Dec 2019 17:46:25 +0000 (+0100) Subject: WHATSNEW: document SMB_VFS_NTIMES() interface change X-Git-Tag: ldb-2.1.0~410 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe2901e1074afbc488e92a6b930a9430f09063d9;p=thirdparty%2Fsamba.git WHATSNEW: document SMB_VFS_NTIMES() interface change BUG: https://bugzilla.samba.org/show_bug.cgi?id=7771 Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Fri Dec 6 01:45:21 UTC 2019 on sn-devel-184 --- diff --git a/WHATSNEW.txt b/WHATSNEW.txt index f84cfcf7623..3a7e90afee2 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -60,6 +60,18 @@ The "net ads kerberos pac save" and "net eventlog export" tools will no longer silently overwrite an existing file during data export. If the filename given exits, an error will be shown. +VFS +=== + +SMB_VFS_NTIMES +-------------- + +Samba now uses a sentinel value based on utimensat(2) UTIME_OMIT to denote +to-be-ignored timestamp variables passed to the SMB_VFS_NTIMES() VFS function. + +VFS modules can check whether any of the time values inside a struct +smb_file_time is to be ignored by calling is_omit_timespec() on the value. + REMOVED FEATURES ================