From f9396ae8c30d9ebca3191beb0dfd88379c6d05e9 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 27 Sep 2011 10:23:08 -0700 Subject: [PATCH] These modules are no longer experimental but production-ready (especially the acl_xattr code). Remove the "experimental" tag. Autobuild-User: Jeremy Allison Autobuild-Date: Tue Sep 27 21:00:12 CEST 2011 on sn-devel-104 (cherry picked from commit fa2236c066890b687483408ed0d82a4bb1f95157) --- source3/modules/vfs_acl_tdb.c | 2 -- source3/modules/vfs_acl_xattr.c | 2 -- 2 files changed, 0 insertions(+), 4 deletions(-) diff --git a/source3/modules/vfs_acl_tdb.c b/source3/modules/vfs_acl_tdb.c index 1e33131..b208b24 100644 --- a/source3/modules/vfs_acl_tdb.c +++ b/source3/modules/vfs_acl_tdb.c @@ -18,8 +18,6 @@ * along with this program; if not, see . */ -/* NOTE: This is an experimental module, not yet finished. JRA. */ - #include "includes.h" #include "smbd/smbd.h" #include "system/filesys.h" diff --git a/source3/modules/vfs_acl_xattr.c b/source3/modules/vfs_acl_xattr.c index 2a83430..ca23fad 100644 --- a/source3/modules/vfs_acl_xattr.c +++ b/source3/modules/vfs_acl_xattr.c @@ -18,8 +18,6 @@ * along with this program; if not, see . */ -/* NOTE: This is an experimental module, not yet finished. JRA. */ - #include "includes.h" #include "smbd/smbd.h" #include "librpc/gen_ndr/xattr.h" -- 1.7.3.1