bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: hurd/tmpfs dir.c tmpfs.c


From: Oystein Viggen
Subject: Re: hurd/tmpfs dir.c tmpfs.c
Date: Sun, 02 Jun 2002 16:44:52 +0200
User-agent: Gnus/5.090007 (Oort Gnus v0.07) XEmacs/21.1 (Capitol Reef, i386-debian-linux)

* [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..



reply via email to

[Prev in Thread] Current Thread [Next in Thread]