WHATSNEW: document SMB_VFS_NTIMES() interface change
[samba.git] / WHATSNEW.txt
index f84cfcf76237ceae7f23d7f67accfcc9f33e47ac..3a7e90afee2ed91ca69d156567e925be8a25d5d1 100644 (file)
@@ -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
 ================