Re: [PATCH 1/1] net: nfs: fix file handle length in NFSv3

2024-04-10 Thread Tom Rini
On Tue, 26 Mar 2024 10:34:31 +0100, Sébastien Szymanski wrote: > The NFS protocol uses file handles to refer to file or directory. > In NFSv2 file handles have a fixed size of 32 bytes. > In NFSv3 file handles have a variable length up to 64 bytes. This is > also true for the MOUNT protocol. [1] >

Re: [PATCH 1/1] net: nfs: fix file handle length in NFSv3

2024-04-04 Thread Andrew Davis
On 3/26/24 4:34 AM, Sébastien Szymanski wrote: The NFS protocol uses file handles to refer to file or directory. In NFSv2 file handles have a fixed size of 32 bytes. In NFSv3 file handles have a variable length up to 64 bytes. This is also true for the MOUNT protocol. [1] When the NFSv3 server re

[PATCH 1/1] net: nfs: fix file handle length in NFSv3

2024-03-26 Thread Sébastien Szymanski
The NFS protocol uses file handles to refer to file or directory. In NFSv2 file handles have a fixed size of 32 bytes. In NFSv3 file handles have a variable length up to 64 bytes. This is also true for the MOUNT protocol. [1] When the NFSv3 server replies with a file handle length > 32 bytes, U-Boo