summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_acl_xattr.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2011-10-31 12:38:36 -0700
committerJeremy Allison <jra@samba.org>2011-11-02 02:13:51 +0100
commitcde73e2ecec75f0b068555203962b43a4438d349 (patch)
tree85b2681e92dc8a9d4ace780f8fcfa827d1265cd1 /source3/modules/vfs_acl_xattr.c
parenta763edaf9c76afe2546c035fc090370301dd347b (diff)
downloadsamba-cde73e2ecec75f0b068555203962b43a4438d349.tar.gz
samba-cde73e2ecec75f0b068555203962b43a4438d349.tar.bz2
samba-cde73e2ecec75f0b068555203962b43a4438d349.zip
Remove opendir() VFS code from ACL modules.
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Nov 2 02:13:51 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/modules/vfs_acl_xattr.c')
-rw-r--r--source3/modules/vfs_acl_xattr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/modules/vfs_acl_xattr.c b/source3/modules/vfs_acl_xattr.c
index 473c2fcdee..f1a2e897e7 100644
--- a/source3/modules/vfs_acl_xattr.c
+++ b/source3/modules/vfs_acl_xattr.c
@@ -201,7 +201,6 @@ static int connect_acl_xattr(struct vfs_handle_struct *handle,
static struct vfs_fn_pointers vfs_acl_xattr_fns = {
.connect_fn = connect_acl_xattr,
- .opendir = opendir_acl_common,
.rmdir = rmdir_acl_common,
.create_file = create_file_acl_common,
.unlink = unlink_acl_common,