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: 31 May 2002 20:47:54 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

* Roland McGrath writes:
> Oops, that was something in my tree that I checked in by mistake.
> I've reverted it (no log entry).

Either you forgot to fix the second mistake, or I forgot to tell you
about it.  Care to tell us what this is supposed to do?

--- dir.c.~1.7.~        Thu May 30 12:47:04 2002
+++ dir.c       Fri May 31 20:46:56 2002
@@ -220,7 +220,7 @@ diskfs_lookup_hard (struct node *dp,
          ds->prevp = prevp;
 
        if (np)
-         return diskfs_cached_lookup ((ino_t) d->dn, dp, np);
+         return diskfs_cached_lookup ((ino_t) d->dn, np);
        else
          return 0;
       }

-- 
Alfred M. Szmidt



reply via email to

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