Restructure the connect function code to always call
commit756b5032032c58815a227fdfd27140373d8ebc8c
authorJeremy Allison <jra@samba.org>
Mon, 30 Nov 2009 23:53:04 +0000 (30 15:53 -0800)
committerJeremy Allison <jra@samba.org>
Mon, 30 Nov 2009 23:54:04 +0000 (30 15:54 -0800)
treeb806212a8f7b9d805f5222f9636b2fc2e2dba5ac
parentc0282f8f7d40b893610fdc235cb130f1fedbeb13
Restructure the connect function code to always call
down to NEXT-> before initializing. This allows us to
do cleanup (by calling DISCONNECT) if initialization
fails. Also fix vfs_acl_xattr which was failing to
call the NEXT connect function.
Jeremy.
(cherry picked from commit 8303bc49a45d5bab0cdbd4f2d793088f600f715f)
16 files changed:
source3/modules/vfs_acl_tdb.c
source3/modules/vfs_acl_xattr.c
source3/modules/vfs_afsacl.c
source3/modules/vfs_audit.c
source3/modules/vfs_cacheprime.c
source3/modules/vfs_commit.c
source3/modules/vfs_extd_audit.c
source3/modules/vfs_fileid.c
source3/modules/vfs_full_audit.c
source3/modules/vfs_onefs.c
source3/modules/vfs_prealloc.c
source3/modules/vfs_readahead.c
source3/modules/vfs_readonly.c
source3/modules/vfs_recycle.c
source3/modules/vfs_smb_traffic_analyzer.c
source3/modules/vfs_tsmsm.c