vfs_fruit: change default for "fruit:zero_file_id" to false
authorRalph Boehme <slow@samba.org>
Sun, 30 Jun 2019 11:33:39 +0000 (13:33 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 1 Jul 2019 21:43:24 +0000 (21:43 +0000)
Now that we have reliable File-IDs, change the default for the option
"zero_file_id" to false.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
WHATSNEW.txt
source3/modules/vfs_fruit.c

index 3a5d978d6eebb19f61e91577614ff092c43c31b1..7ba0dbeca130efd401f73c0a62207ff674e04ffe 100644 (file)
@@ -110,6 +110,7 @@ smb.conf changes
   --------------                     -----------                -------
 
   web port                           Removed
+  fruit:zero_file_id                 Changed default            False
 
 
 KNOWN ISSUES
index ea97cb93b30336ae1bb9dc11fc2f3aafc0ee4e10..42beed2143fb85ab7c4446db23792911be3f695c 100644 (file)
@@ -2226,7 +2226,7 @@ static int init_fruit_config(vfs_handle_struct *handle)
 
        config->aapl_zero_file_id =
            lp_parm_bool(SNUM(handle->conn), FRUIT_PARAM_TYPE_NAME,
-                        "zero_file_id", true);
+                        "zero_file_id", false);
 
        config->readdir_attr_rsize = lp_parm_bool(
                SNUM(handle->conn), "readdir_attr", "aapl_rsize", true);