summaryrefslogtreecommitdiff
path: root/tmpfs
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-06-02 21:41:35 +0000
committerRoland McGrath <roland@gnu.org>2002-06-02 21:41:35 +0000
commitd2583d9069895b86b74341c6e3f4c8ffccb1be13 (patch)
treeb12e532adfe4c5068c7bb8291fcd6453ba4449f8 /tmpfs
parentedcd079fa2e831825f93378364f0ecf025e4c876 (diff)
finish reverting unintentional checkin, take 3
Diffstat (limited to 'tmpfs')
-rw-r--r--tmpfs/dir.c2
1 files changed, 1 insertions, 1 deletions
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);