Subject: Re: question on NFS filehandle
To: Manuel Bouyer <bouyer@antioche.lip6.fr>
From: PER4MANCE, J. Dolecek <jdolecek@per4mance.cz>
List: tech-kern
Date: 04/12/2000 12:40:24
Manuel Bouyer wrote:
> 
> Hi,
> another question about filehandle:
> is the filehandle for a given file the same for NFS v2 and v3 ?
> For rpc.lockd I need a way to know if I have several requests for the
> same file, but requests can come from NFS v2 or v3 clients ...

AFAIK they are same. You can look into FOO_vptofh() vfsop routines
for filesystems (this routine translates the vnode representation
to the file handle).

Jaromir