Last time I checked, the filehandle for any particular file had to be
_constant_ from a client's point of view, even if the server reboots.
You could for example hash and encrypt the device and inode number of
each file and the IP address of the client with a secret key and use
that as an NFS filehandle. However, you can't use a timestamp in there
unless you are willing to accept all possible values of the timestamp
as aliases for the same file (and you're likely to cause some severe
caching inconsistency on the client if you do this anyway).
-- Zygo Blaxell, Linux Engineer, Corel Corporation, zygob@corel.ca (work), zblaxell@furryterror.org (play). It's my opinion, I tell you! Mine! All MINE! Size of 'diff -Nurw [...] winehq corel' as of Thu Feb 18 13:14:00 EST 1999 Lines/files: In 3905 / 14, Out 30668 / 391, Both 34339 / 394- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/