diff options
author | Roland McGrath <roland@gnu.org> | 2002-06-02 21:41:35 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-06-02 21:41:35 +0000 |
commit | d2583d9069895b86b74341c6e3f4c8ffccb1be13 (patch) | |
tree | b12e532adfe4c5068c7bb8291fcd6453ba4449f8 /tmpfs/dir.c | |
parent | edcd079fa2e831825f93378364f0ecf025e4c876 (diff) |
finish reverting unintentional checkin, take 3
Diffstat (limited to 'tmpfs/dir.c')
-rw-r--r-- | tmpfs/dir.c | 2 |
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); |