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: Alfred M. Szmidt
Subject: Re: hurd/tmpfs dir.c tmpfs.c
Date: 29 May 2002 16:39:56 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

* Roland McGrath writes:
> CVSROOT:      /cvsroot/hurd
> Module name:  hurd
> Changes by:   Roland McGrath <roland@gnu.org> 02/05/28 19:57:10

> Modified files:
>       tmpfs          : dir.c tmpfs.c 

> Log message:
>       2002-05-28  Roland McGrath  <roland@frob.com>
        
>       * dir.c (diskfs_get_directs): u_int -> size_t
>       * tmpfs.c (diskfs_append_args): unsigned -> size_t

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);

-- 
Alfred M. Szmidt



reply via email to

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