On Tue, 2 May 2000, Steve Dodd wrote:

> On Tue, May 02, 2000 at 09:32:24AM -0700, Chris Mason wrote:
> > On Tue, 2 May 2000, Hans Reiser wrote:
> 
> > > He surely hasn't fixed the nfs problem for us either now has he?
> 
> > Al Viro has zero obligation to fix anything for us, especially since we
> > aren't in the kernel, and  the NFS features that need fixing work just
> > fine with the filesystems that are.
> 
> Which NFS issue is this? Is it related to the unique inode identifier
> problem?
> 
ReiserFS has unique inode numbers, but they aren't enough to actually find
the inode on disk.  That requires the inode number, and another 32 bits of
information we call the packing locality.  The packing locality starts as
the parent directory inode number, but does not change across renames.

So, we need to add a fh_to_dentry lookup operation for knfsd to use, and
perhaps a dentry_to_fh operation as well (but _fh_update in pre6 looks ok
for us).

-chris


Reply via email to