From d2583d9069895b86b74341c6e3f4c8ffccb1be13 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 2 Jun 2002 21:41:35 +0000 Subject: finish reverting unintentional checkin, take 3 --- tmpfs/dir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmpfs/dir.c') diff --git a/tmpfs/dir.c b/tmpfs/dir.c index 411f43cc..5b63dbd5 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, dp, np); + err = diskfs_cached_lookup ((int) dddn, np); if (type == (LOOKUP|SPEC_DOTDOT)) diskfs_nrele (dp); -- cgit v1.2.3