s3: de-deprecate "write cache size" to prevent its removal without a proper alternative
authorVolker Lendecke <vl@samba.org>
Mon, 7 Dec 2009 15:24:08 +0000 (16:24 +0100)
committerVolker Lendecke <vl@samba.org>
Mon, 7 Dec 2009 15:26:00 +0000 (16:26 +0100)
source3/param/loadparm.c

index 3d426ecf3bf9714d83b95c20c67d517b4cf90a4e..d6d78c817960c0f6c3380844f4a59ef996497c0d 100644 (file)
@@ -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",