Remove redundant parameter fd from SMB_VFS_CLOSE().
authorMichael Adam <obnox@samba.org>
Fri, 11 Jan 2008 13:19:28 +0000 (14:19 +0100)
committerMichael Adam <obnox@samba.org>
Sun, 20 Apr 2008 22:22:42 +0000 (00:22 +0200)
commit14294535512a7f191c5008e622b6708e417854ae
tree6f61d6329c2ae320ce7d198ed875a67721f2b89f
parent74ed53a115b2063d4d5c8572af8f1302bc658882
Remove redundant parameter fd from SMB_VFS_CLOSE().

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

Michael
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