diff options
author | Miles Bader <miles@gnu.org> | 1996-04-10 00:21:51 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-04-10 00:21:51 +0000 |
commit | b8cd2dfd6600f3779c24ee092b659a24458566f8 (patch) | |
tree | 9027193a258fc4d22e08aba218a9fcc746d45f78 /libdiskfs/direnter.c | |
parent | 7bd983614d31efa64302228cb36a0bf224159e34 (diff) |
(diskfs_direnter):
Use diskfs_*_lookup_cache functions instead of names without `lookup_'.
Diffstat (limited to 'libdiskfs/direnter.c')
-rw-r--r-- | libdiskfs/direnter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/direnter.c b/libdiskfs/direnter.c index 7fca4af5..d5d28cc7 100644 --- a/libdiskfs/direnter.c +++ b/libdiskfs/direnter.c @@ -43,7 +43,7 @@ diskfs_direnter (struct node *dp, if (dp->dirmod_reqs) diskfs_notice_dirchange (dp, DIR_CHANGED_NEW, name); - diskfs_enter_cache (dp, np, name); + diskfs_enter_lookup_cache (dp, np, name); return 0; } |