* [Alfred M. Szmidt] 

> Since when does diskfs_cached_lookup accept three parameters? From
> libdiskfs/diskfs.h.
> error_t diskfs_cached_lookup (int cache_id, struct node **npp);
>
> Snipet from the dir.c patch:
> @@ -198,7 +198,7 @@
>        else
>          {
>         mutex_unlock (&dp->lock);
> -          err = diskfs_cached_lookup ((int) dddn, np);
> +          err = diskfs_cached_lookup ((int) dddn, dp, np);
>  
>         if (type == (LOOKUP|SPEC_DOTDOT))
>           diskfs_nrele (dp);

This seems to have resurfaced again in the latest CVS version of
tmpfs/dir.c.  This is version 1.8 from 2002/06/01 with the message
"finish reverting unintentional checkin".

"cvs diff -u -r1.7 -r1.8 tmpfs/dir.c" confirms this.

Roland: Can we get a 1.9 "finish reverting unintentional checkin for
sure this time"?  :)

Oystein
-- 
Ebg13 arire tbrf bhg bs fglyr..

_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd

Reply via email to