diff options
author | Roland McGrath <roland@gnu.org> | 2002-05-29 19:32:31 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-05-29 19:32:31 +0000 |
commit | debcf9f83dc4853430f59291ce15d97e6a6bb1b5 (patch) | |
tree | cd3e577be7deb450a7c4f3568ffe32e9cc527c57 /tmpfs | |
parent | 87044b1ba43fdcc87340e81b851d572840168876 (diff) |
revert unintentional checkin
Diffstat (limited to 'tmpfs')
-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 80b7a97c..8dea019a 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); |