summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2018-06-07 00:47:30 -0700
committerKai Blin <kai@samba.org>2018-06-07 13:48:25 +0200
commitae4e54563e69d3cd82ad6cf83ededb130a284c40 (patch)
treea51ea84b68985aa0d871b001dba7d97436ec06c8 /WHATSNEW.txt
parent0fb122af5094d568c56b0a7814696f3389813bbd (diff)
downloadsamba-ae4e54563e69d3cd82ad6cf83ededb130a284c40.tar.gz
WHATSNEW.txt: Updated with VFS ABI changes for 4.9.0.
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Kai Blin <kai@samba.org> Autobuild-User(master): Kai Blin <kai@samba.org> Autobuild-Date(master): Thu Jun 7 13:48:25 CEST 2018 on sn-devel-144
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 574e9b27e68..b9c80cf9d80 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
============