[PATCH 1/1] net: nfs: fix file handle length in NFSv3
Tom Rini
trini at konsulko.com
Wed Apr 10 19:43:23 CEST 2024
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]
> When the NFSv3 server replies with a file handle length > 32 bytes, U-Boot
> only copies 32 bytes of that file handle and the next LOOKUP Call fails:
>
> [...]
Applied to u-boot/master, thanks!
--
Tom
More information about the U-Boot
mailing list