Subject: Re: CVS commit: src/sys/kern
To: None <enami@netbsd.org>
From: Matthias Drochner <M.Drochner@fz-juelich.de>
List: source-changes
Date: 04/22/2004 17:39:40
enami@NetBSD.org said:
> Modified Files:
> 	src/sys/kern: vfs_subr.c
> Log Message: Copy fsidx so that not to break binary compatibility of
> mountd etc. 

Actually, the bug you fixed was much worse. It made stat()
return nonsense in st_dev on NFS, completely breaking eg fts(3).
Thanks!
Matthias