diff --git a/sys/kern/vfs_cache.c b/sys/kern/vfs_cache.c index 0621bfb12d3..5a1ebffece0 100644 --- a/sys/kern/vfs_cache.c +++ b/sys/kern/vfs_cache.c @@ -4283,7 +4283,7 @@ cache_fplookup_modifying(struct cache_fpl *fpl) if (!cache_fpl_islastcn(ndp)) { return (cache_fpl_partial(fpl)); } - return (cache_fplookup_final_modifying(fpl)); + return (cache_fplookup_final_modifying(fpl)); } static int __noinline