]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
These modules are no longer experimental but production-ready (especially the acl_xat...
authorJeremy Allison <jra@samba.org>
Tue, 27 Sep 2011 17:23:08 +0000 (10:23 -0700)
committerKarolin Seeger <kseeger@samba.org>
Wed, 28 Sep 2011 18:16:07 +0000 (20:16 +0200)
Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Tue Sep 27 21:00:12 CEST 2011 on sn-devel-104
(cherry picked from commit fa2236c066890b687483408ed0d82a4bb1f95157)

Fix bug #8494 (Remove "experimental" label on VFS ACL modules).

source3/modules/vfs_acl_tdb.c
source3/modules/vfs_acl_xattr.c

index 1e3313120cafdae8082f3e2ef40395a1fe6a90e6..b208b2431cef359400aad1adf847332bdb866f8d 100644 (file)
@@ -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"
index 2a83430fa9471138404b93e26577463d8c6d69ea..ca23fad179160978acb7bfb65d52cfc2d7d2ab95 100644 (file)
@@ -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"