]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
WHATSNEW: Document changes for "kernel share modes"
authorChristof Schmitt <cs@samba.org>
Tue, 14 Sep 2021 17:32:58 +0000 (10:32 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 15 Sep 2021 00:04:47 +0000 (00:04 +0000)
Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Wed Sep 15 00:04:47 UTC 2021 on sn-devel-184

WHATSNEW.txt

index fe9eff8ba591b426204bf58f56a3472c121d1357..b585e2e20a138d2052b048dc23332d641ac22584 100644 (file)
@@ -33,12 +33,23 @@ installed in /var/lib/samba/private/certs.
 REMOVED FEATURES
 ================
 
+No longer using Linux mandatory locks for sharemodes
+====================================================
+
+smbd mapped sharemodes to Linux mandatory locks. This code in the Linux kernel
+was broken for a long time, and is planned to be removed with Linux 5.15. This
+Samba release removes the usage of mandatory locks for sharemodes and the
+"kernel share modes" config parameter is changed to default to "no". The Samba
+VFS interface is kept, so that file-system specific VFS modules can still use
+private calls for enforcing sharemodes.
+
 
 smb.conf changes
 ================
 
   Parameter Name                          Description     Default
   --------------                          -----------     -------
+  kernel share modes                      New default     No
 
 
 KNOWN ISSUES