Remove redundant parameter fd from SMB_VFS_FTRUNCATE().
authorMichael Adam <obnox@samba.org>
Mon, 7 Jan 2008 14:55:09 +0000 (15:55 +0100)
committerMichael Adam <obnox@samba.org>
Mon, 7 Jan 2008 14:59:02 +0000 (15:59 +0100)
commitb457b94bb86897b7020c6f300cd19a3d8e192610
tree11528c1749b30edd0785f38bea7ad31063246ae2
parent670909cb07e38a06bf5db12342b3b1189f0e1ab7
Remove redundant parameter fd from SMB_VFS_FTRUNCATE().

Michael
(This used to be commit 2ad66050a0452b8e7e08b1e7a01efa00c72fd451)
12 files changed:
examples/VFS/skel_opaque.c
examples/VFS/skel_transparent.c
source3/include/vfs.h
source3/include/vfs_macros.h
source3/modules/vfs_commit.c
source3/modules/vfs_default.c
source3/modules/vfs_full_audit.c
source3/modules/vfs_prealloc.c
source3/smbd/fileio.c
source3/smbd/open.c
source3/smbd/vfs.c
source3/torture/cmd_vfs.c