The branch, master has been updated
via ae4e545 WHATSNEW.txt: Updated with VFS ABI changes for 4.9.0.
from 0fb122a tests/demote: replace demote test bash script to python
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit ae4e54563e69d3cd82ad6cf83ededb130a284c40
Author: Jeremy Allison <[email protected]>
Date: Thu Jun 7 00:47:30 2018 -0700
WHATSNEW.txt: Updated with VFS ABI changes for 4.9.0.
Signed-off-by: Jeremy Allison <[email protected]>
Reviewed-by: Kai Blin <[email protected]>
Autobuild-User(master): Kai Blin <[email protected]>
Autobuild-Date(master): Thu Jun 7 13:48:25 CEST 2018 on sn-devel-144
-----------------------------------------------------------------------
Summary of changes:
WHATSNEW.txt | 15 +++++++++++++++
1 file changed, 15 insertions(+)
Changeset truncated at 500 lines:
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 574e9b2..b9c80cf 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -72,6 +72,21 @@ to allow better Windows fileserver compatibility in a
default install.
store dos attributes Default changed yes
ea support Default changed yes
+VFS interface changes
+=====================
+
+The VFS ABI interface version has changed to 39. Function changes
+are:
+
+SMB_VFS_FSYNC: Removed: Only async versions are used.
+SMB_VFS_READ: Removed: Only PREAD or async versions are used.
+SMB_VFS_WRITE: Removed: Only PWRITE or async versions are used.
+SMB_VFS_CHMOD_ACL: Removed: Only CHMOD is used.
+SMB_VFS_FCHMOD_ACL: Removed: Only FCHMOD is used.
+
+Any external VFS modules will need to be updated to match these
+changes in order to work with 4.9.x.
+
KNOWN ISSUES
============
--
Samba Shared Repository