K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2023-05-22T19:10:21.345144Z K 7 svn:log V 590 nfsd: Fix NFSv3 Readdir/ReaddirPlus reply for large i-node numbers If the i-node number (d_fileno) for a file on the server did not fit in 32bits, it would be truncated to the low order 32bits for the NFSv3 Readdir and ReaddirPlus RPC replies. This is no longer correct, given that ino_t is now 64bits. This patch fixes this by sending the full 64bits of d_fileno on the wire in the NFSv3 Readdir/ReaddirPlus RPC reply. PR: 271174 (cherry picked from commit 648a208ef3a171585f3446464646832f0e0ed3dc) Git Hash: 886d82afb0359c2bb8321eb1f5c6675787840468 Git Author: rmacklem@FreeBSD.org END