Re: tmpfs, NFS, file handles

Peter J. Braam (braam@clusterfs.com)
Wed, 20 Feb 2002 12:21:16 -0700


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/