Hey all,

I made a dochelp request ( 2506270040007983) regarding the following line
in MS-FSA 2.1.5.3:

` If (ByteOffset + ByteCount) > MAXFILESIZE (0xfffffff0000), the operation
MUST be failed with STATUS_INVALID_PARAMETER.`

It was determined to be incorrect and a request made to update the document
to:

`if (ByteOffset + ByteCount) > Open.File.Volume.MaxFileSize, the operation
MUST be failed with STATUS_INVALID_PARAMETER.`

Andrew
_______________________________________________
cifs-protocol mailing list
cifs-protocol@lists.samba.org
https://lists.samba.org/mailman/listinfo/cifs-protocol

Reply via email to