[reiserfs-list] RE: [OpenAFS-devel] weird issue with reiserfs on 2.4.3 and openaf s

Chris Mason mason@suse.com
Wed, 11 Apr 2001 15:00:33 -0500


On Wednesday, April 11, 2001 01:25:23 PM -0500 "Neulinger, Nathan"
<nneul@umr.edu> wrote:

> Actually, in the ideal case of an AFS cache being on it's own filesystem,
> there should only be 1 directory on the whole filesystem (and maybe
> lost+found), which is why it ran fine on 3.5.
> 

If all AFS cache files are in one directory, and files don't get moved into
that directory from elsewhere in the FS (ie mv /tmp/foo /afs_cache_dir),
than 
the extra 32 bits of info reiserfs needs will always be the same as the
inode number of the cache directory, and we can whip up something using
iget4 to pass the extra info to reiserfs.

Otherwise, we'll have to do something else (more details in another email).

-chris