diff options
author | Jeremy Allison <jra@samba.org> | 2011-09-27 10:23:08 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2011-09-27 21:00:12 +0200 |
commit | fa2236c066890b687483408ed0d82a4bb1f95157 (patch) | |
tree | a8e0a74c257337a2fcbb82259d00057220b3c494 /source3 | |
parent | dab8472731e9c1328eab2ff90f2ab8846b02cd46 (diff) | |
download | samba-fa2236c066890b687483408ed0d82a4bb1f95157.tar.gz |
These modules are no longer experimental but production-ready (especially
the acl_xattr code). Remove the "experimental" tag.
Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Tue Sep 27 21:00:12 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3')
-rw-r--r-- | source3/modules/vfs_acl_tdb.c | 2 | ||||
-rw-r--r-- | 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 10fa4a4be5c..9bc1dc419b6 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 <http://www.gnu.org/licenses/>. */ -/* 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 70e979b71b0..b522b3303de 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 <http://www.gnu.org/licenses/>. */ -/* NOTE: This is an experimental module, not yet finished. JRA. */ - #include "includes.h" #include "smbd/smbd.h" #include "librpc/gen_ndr/xattr.h" |