From fa2236c066890b687483408ed0d82a4bb1f95157 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 27 Sep 2011 10:23:08 -0700 Subject: 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 --- source3/modules/vfs_acl_tdb.c | 2 -- source3/modules/vfs_acl_xattr.c | 2 -- 2 files changed, 4 deletions(-) (limited to 'source3/modules') diff --git a/source3/modules/vfs_acl_tdb.c b/source3/modules/vfs_acl_tdb.c index 10fa4a4be5..9bc1dc419b 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 70e979b71b..b522b3303d 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" -- cgit