Remove redundant parameter fd from SMB_VFS_FSTAT().
authorMichael Adam <obnox@samba.org>
Mon, 7 Jan 2008 12:21:26 +0000 (13:21 +0100)
committerMichael Adam <obnox@samba.org>
Mon, 7 Jan 2008 14:59:01 +0000 (15:59 +0100)
commit87a684f7fcfa8d9fabc42e33981299d0b33eeeb7
tree9c348c30ed24be60e1aa96e725af3f06bf82ad5a
parent8dcce0d236b2102ca94fbcb7aa7126fe6733f2e7
Remove redundant parameter fd from SMB_VFS_FSTAT().

Michael
(This used to be commit 0b86c420be94d295f6917a220b5d699f65b46711)
20 files changed:
examples/VFS/skel_opaque.c
examples/VFS/skel_transparent.c
source3/include/vfs.h
source3/include/vfs_macros.h
source3/modules/nfs4_acls.c
source3/modules/vfs_afsacl.c
source3/modules/vfs_commit.c
source3/modules/vfs_default.c
source3/modules/vfs_fake_perms.c
source3/modules/vfs_full_audit.c
source3/modules/vfs_gpfs.c
source3/printing/nt_printing.c
source3/printing/printfsp.c
source3/smbd/fileio.c
source3/smbd/open.c
source3/smbd/posix_acls.c
source3/smbd/reply.c
source3/smbd/trans2.c
source3/smbd/vfs.c
source3/torture/cmd_vfs.c