Re: tmpfs, NFS, file handles

From: Peter J. Braam (braam@clusterfs.com)
Date: Wed Feb 20 2002 - 14:21:16 EST


Hi,

> "Peter J. Braam" wrote:
...
> > Is there a suggested solution for fh_to_dentry and dentry_to_fh for
> > tmpfs?
> >
> > An "iget" based solution might work but at present tmpfs inodes are
> > not hashed.
On Wed, Feb 20, 2002 at 11:56:40AM -0500, Jeff Garzik wrote:
...
> I talked to neil brown about NFS and ramfs... he mentioned using
> iunique()

So do I understand that hashing tmpfs inodes is perhaps the way to go?

Would the following also work?

 - have a 32 bit counter: set inode->i_ino to count++
 - up the generation number each time the counter warps.

Between boot cycles NFS could still get confused, that might be helped
by setting the initial generation to the system time.

Thoughts anyone?

- Peter -
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Feb 23 2002 - 21:00:26 EST