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)
commit0db7aba8af80a01150d1061a4192ab814e4234b7
treeb42e495e62f4c6cb7a9466955c5724e010e17959
parent8c9060240eec82d750904d8b07fd38b168a84bea
Remove redundant parameter fd from SMB_VFS_CLOSE().

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

Michael
(This used to be commit 14294535512a7f191c5008e622b6708e417854ae)
13 files changed:
examples/VFS/skel_opaque.c
examples/VFS/skel_transparent.c
source3/include/vfs.h
source3/include/vfs_macros.h
source3/modules/vfs_audit.c
source3/modules/vfs_commit.c
source3/modules/vfs_default.c
source3/modules/vfs_extd_audit.c
source3/modules/vfs_full_audit.c
source3/modules/vfs_streams_xattr.c
source3/modules/vfs_syncops.c
source3/smbd/open.c
source3/torture/cmd_vfs.c