> On Sat, 31 May 2008 17:20:15 +0200,
arnd@arndb.de wrote:
> >
> > This changes the inode number in cramfs to be based on
> > the location of the dentry instead of the file, in order
> > to make inodes unique.
>
> Couldn't this cause problems for NFS? The same inode no longer has a
> stable inode number across reboots. Basing on dentry location can also
> be an information leak and cause problems on 64bit machines with old
> userspace.