From: Jeremy Allison Date: Thu, 7 Jun 2018 07:47:30 +0000 (-0700) Subject: WHATSNEW.txt: Updated with VFS ABI changes for 4.9.0. X-Git-Tag: tevent-0.9.37~410 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ae4e54563e69d3cd82ad6cf83ededb130a284c40;p=thirdparty%2Fsamba.git WHATSNEW.txt: Updated with VFS ABI changes for 4.9.0. Signed-off-by: Jeremy Allison Reviewed-by: Kai Blin Autobuild-User(master): Kai Blin Autobuild-Date(master): Thu Jun 7 13:48:25 CEST 2018 on sn-devel-144 --- 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 ============