Restructure the connect function code to always call
commit68ab0606bd7c495c458f7c716bcf6c8e7f616c3d
authorJeremy Allison <jra@samba.org>
Mon, 30 Nov 2009 23:53:04 +0000 (30 15:53 -0800)
committerKarolin Seeger <kseeger@samba.org>
Tue, 8 Dec 2009 08:15:17 +0000 (8 09:15 +0100)
tree573ece5fc85d0772c664b487d182a445a88cf3dd
parent11bd972d60964fc8442c15ed2530ff61cb443ccc
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)
(cherry picked from commit 756b5032032c58815a227fdfd27140373d8ebc8c)
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