Subject: NFS filehandle <-> local file descriptor ?
To: None <tech-kern@netbsd.org, tech-userlevel@netbsd.org>
From: Manuel Bouyer <bouyer@antioche.lip6.fr>
List: tech-userlevel
Date: 04/10/2000 15:04:53
Hi,
I'm looking at writing the server side of rpc.lockd.
In order to properly implement this I need to be able to map back the
filehandle sent by the client to the local file to lock (via flock or fnctl).
I just need a file descriptor, I don't need the real path.
Is there a way to do this from userland ?

--
Manuel Bouyer, LIP6, Universite Paris VI.           Manuel.Bouyer@lip6.fr
--