summaryrefslogtreecommitdiff
path: root/source4/ntvfs/ntvfs_base.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-06-28 10:28:15 +0200
committerStefan Metzmacher <metze@samba.org>2008-06-28 10:30:25 +0200
commit98014c5668e3269a059658e433d636213e2b06e6 (patch)
tree6b8f0576f8e785a83070461c74d4e5180a94203f /source4/ntvfs/ntvfs_base.c
parentc9d2570ce3dbca9b4933cbcfacd0242f41a08000 (diff)
downloadsamba-98014c5668e3269a059658e433d636213e2b06e6.tar.gz
samba-98014c5668e3269a059658e433d636213e2b06e6.tar.bz2
samba-98014c5668e3269a059658e433d636213e2b06e6.zip
pvfs: create a pvfs_acl subsystem
That means that the pvfs_acl implementations no longer register as ntvfs modules (which was wrong) metze (This used to be commit 89e90556ec57fce24faf0ed3d6fe262edd974b28)
Diffstat (limited to 'source4/ntvfs/ntvfs_base.c')
-rw-r--r--source4/ntvfs/ntvfs_base.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/ntvfs/ntvfs_base.c b/source4/ntvfs/ntvfs_base.c
index 6de13e4a0a..1385481bbc 100644
--- a/source4/ntvfs/ntvfs_base.c
+++ b/source4/ntvfs/ntvfs_base.c
@@ -209,8 +209,6 @@ NTSTATUS ntvfs_init(struct loadparm_context *lp_ctx)
extern NTSTATUS ntvfs_nbench_init(void);
extern NTSTATUS ntvfs_unixuid_init(void);
extern NTSTATUS ntvfs_ipc_init(void);
- extern NTSTATUS pvfs_acl_nfs4_init(void);
- extern NTSTATUS pvfs_acl_xattr_init(void);
extern NTSTATUS ntvfs_print_init(void);
extern NTSTATUS ntvfs_simple_init(void);
extern NTSTATUS ntvfs_cifs_posix_init(void);