Remove redundant parameter fd from SMB_VFS_CLOSE().
commitde66f050e31e069dfe76644eacfdfd56cc5d179d
authorMichael Adam <obnox@samba.org>
Fri, 11 Jan 2008 13:19:28 +0000 (11 14:19 +0100)
committerKarolin Seeger <kseeger@samba.org>
Wed, 7 May 2008 14:09:21 +0000 (7 16:09 +0200)
tree653504c5b9af064e082258c9e7bce65b487e89fe
parent2db1b02c57bdce0d24a2acfa486862046f33bfa5
Remove redundant parameter fd from SMB_VFS_CLOSE().

Now all those redundant fd's have vanished from the VFS API.

Michael
(cherry picked from commit 14294535512a7f191c5008e622b6708e417854ae)
13 files changed:
examples/VFS/skel_opaque.c
examples/VFS/skel_transparent.c
source/include/vfs.h
source/include/vfs_macros.h
source/modules/vfs_audit.c
source/modules/vfs_commit.c
source/modules/vfs_default.c
source/modules/vfs_extd_audit.c
source/modules/vfs_full_audit.c
source/modules/vfs_streams_xattr.c
source/modules/vfs_syncops.c
source/smbd/open.c
source/torture/cmd_vfs.c