r15929: Remove the redundant connection_struct argument that pas passed to VFS
authorJames Peach <jpeach@samba.org>
Mon, 29 May 2006 06:07:14 +0000 (06:07 +0000)
committerJames Peach <jpeach@samba.org>
Mon, 29 May 2006 06:07:14 +0000 (06:07 +0000)
commitb02df0278d0b7ab8df5174c70b10d16f1e691223
tree9f5db1c1c3a538124f90a593189dda52d1b64f11
parent63534566104caafa4f13ee5fd6ed103131f81c0c
r15929: Remove the redundant connection_struct argument that pas passed to VFS
backends. The canonical way to get the current connection_struct is
now handle->conn.

This can be merged to the 3.0 branch after 3.0.23 has shipped.
16 files changed:
source/include/vfs.h
source/include/vfs_macros.h
source/modules/vfs_afsacl.c
source/modules/vfs_audit.c
source/modules/vfs_cap.c
source/modules/vfs_catia.c
source/modules/vfs_default_quota.c
source/modules/vfs_expand_msdfs.c
source/modules/vfs_extd_audit.c
source/modules/vfs_fake_perms.c
source/modules/vfs_full_audit.c
source/modules/vfs_netatalk.c
source/modules/vfs_readonly.c
source/modules/vfs_recycle.c
source/modules/vfs_shadow_copy.c
source/smbd/vfs-wrap.c