Re: [PATCH] address_space_operations unification

From: Roman V. Shaposhnick (roman@yellow.pdmi.ras.ru)
Date: Tue May 09 2000 - 02:59:51 EST


On Tue, May 09, 2000 at 12:34:51AM +0200, Trond Myklebust wrote:
[ skiped...]

> > Per-filesystem fhandle_to_dentry! Let unix like filesystems
> > get clean and efficient handling trivially, and things like FAT
> > can surely figure out a decent filehandle by stuffing the
> > directory cluster & filename in. Don't go about trying to
> > solve all the security problems with NFS -- these are known
> > holes that everyone is able to live with.
>
> I believe this idea is already on the knfsd agenda. I doubt this'll be
> ready for 2.4.x though...

  Hm, I don't know about knfsd people but I am thinking about something like
fh_to_dentry and dentry_to_fh pair. The main idea ( suggested by Al ) is
to allow dentry tree to grow in two different directions: from root to leaves
and from leaves to root. The main trick will be to select right splicer and
to allow quick grow for upside direction. It seems, that this will satisfy
NFS as is, and will provide a way for unique "external" representation of
the dentry tree.

Thanks,
Roman.

-
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/



This archive was generated by hypermail 2b29 : Mon May 15 2000 - 21:00:13 EST