Skip to content

Commit

Permalink
WHATSNEW.txt: Updated with VFS ABI changes for 4.9.0.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jrasamba authored and kblin committed Jun 7, 2018
1 parent 0fb122a commit ae4e545
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions WHATSNEW.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
============

Expand Down

0 comments on commit ae4e545

Please sign in to comment.