The branch, master has been updated
       via  9550ade... s3: de-deprecate "write cache size" to prevent its 
removal without a proper alternative
      from  4334092... Fix release script with newer versins of git

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 9550ade18e08f5b01e5acca6a6afb73d1718ae4c
Author: Volker Lendecke <v...@samba.org>
Date:   Mon Dec 7 16:24:08 2009 +0100

    s3: de-deprecate "write cache size" to prevent its removal without a proper 
alternative

-----------------------------------------------------------------------

Summary of changes:
 source3/param/loadparm.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index 3d426ec..d6d78c8 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -2503,7 +2503,7 @@ static struct parm_struct parm_table[] = {
                .ptr            = &sDefault.iWriteCacheSize,
                .special        = NULL,
                .enum_list      = NULL,
-               .flags          = FLAG_ADVANCED | FLAG_SHARE | FLAG_DEPRECATED,
+               .flags          = FLAG_ADVANCED | FLAG_SHARE,
        },
        {
                .label          = "name cache timeout",


-- 
Samba Shared Repository

Reply via email to