idl/ioctl: fix DUPLICATE_EXTENTS_TO_FILE fid field
authorDavid Disseldorp <ddiss@samba.org>
Tue, 20 Sep 2016 16:10:37 +0000 (09:10 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 22 Sep 2016 18:40:08 +0000 (20:40 +0200)
This idl was based on an earlier draft documentation version. The
current documentation now shows:
"SourceFileID (16 bytes): An SMB2_FILEID structure, as specified in
[MS-SMB2] section 2.2.14.1, that is an identifier of the open to the
source file.".

Signed-off-by: David Disseldorp <ddiss@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
librpc/idl/ioctl.idl

index dbeef14abbf17ae33444a8022f2c776705a0ed2b..eb2dc8a4ea242691d1458d0bc3ac4474a135ff70 100644 (file)
@@ -89,8 +89,7 @@ interface copychunk
        } fsctl_offload_write_output;
 
        typedef [public] struct {
-               /* The FileHandle field is the volatile part of the fileid */
-               hyper fid_volatile;
+               uint8 source_fid[16];
                hyper source_off;
                hyper target_off;
                hyper byte_count;