Subject: Re: compat/linux getdent64() NFS problem (Was: Re: Linux emulation and NFS)
To: Jaromir Dolecek <jdolecek@netbsd.org>
From: Martin Husemann <martin@duskware.de>
List: current-users
Date: 05/24/2002 12:28:55
> My opinion is we should do the same, and the right place to change
> is nfs_readdir(), not hacking linux_sys_getdents64().

<purist> Anything without linux_ prefix can not be the right place. </purist>

IIUC swapping the d_off in nfs_readdir to host endianess works out of pure
luck against NetBSD NFS servers.

Does it still work against Linux NFS Servers? Does it work against yet other
NFS servers?

Martin