Subject: Re: kern/15463: NFS client bug - incorrect caching of file-handles
To: <>
From: David Laight <david@l8s.co.uk>
List: tech-net
Date: 02/04/2002 22:54:04
> Confused userland programs that expected <st_dev,st_ino>
> pairs to be unique.

I had to fix a 'union' filesystem to ensure that all the inode numbers
reported were unique - regardless of the real filesystem the files were
actually present on - in order to get mkisofs to work properly.

I strongly suspect the the netbsd union fs is buggy in this way.

	David