From 7c7934401f1765f15af8ae845f35703460e6631a Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 1 Jun 2002 19:28:34 +0000 Subject: finish reverting unintentional checkin --- tmpfs/dir.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tmpfs/dir.c') diff --git a/tmpfs/dir.c b/tmpfs/dir.c index 8dea019a..411f43cc 100644 --- a/tmpfs/dir.c +++ b/tmpfs/dir.c @@ -198,7 +198,7 @@ diskfs_lookup_hard (struct node *dp, 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); @@ -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; } -- cgit v1.2.3