diff --git a/sys/kern/vfs_cache.c b/sys/kern/vfs_cache.c index b759affcc0a..be06a2edc58 100644 --- a/sys/kern/vfs_cache.c +++ b/sys/kern/vfs_cache.c @@ -4697,7 +4697,7 @@ cache_fplookup_dotdot(struct cache_fpl *fpl) * TODO * The opposite of climb mount is needed here. */ - return (cache_fpl_aborted(fpl)); + return (cache_fpl_partial(fpl)); } ncp = atomic_load_consume_ptr(&dvp->v_cache_dd);