
10 Apr
2024
10 Apr
'24
7:43 p.m.
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