aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Guzik <mjg@FreeBSD.org>2021-01-20 07:22:04 +0000
committerMateusz Guzik <mjg@FreeBSD.org>2021-01-20 07:22:04 +0000
commitaae03cfe648979e4d80b8ffc7d6fdf1556b9429d (patch)
treec992f322958d36a80890b548ffe619adcdac3055
parent4dc1b17dbb9fc8d51699037d8e2b550b9329b934 (diff)
downloadsrc-aae03cfe648979e4d80b8ffc7d6fdf1556b9429d.tar.gz
src-aae03cfe648979e4d80b8ffc7d6fdf1556b9429d.zip
cache: whitespace nit in cache_fplookup_modifying
-rw-r--r--sys/kern/vfs_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_cache.c b/sys/kern/vfs_cache.c
index 0621bfb12d3e..5a1ebffece05 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