git: aae03cfe6489 - main - cache: whitespace nit in cache_fplookup_modifying
Mateusz Guzik
mjg at FreeBSD.org
Wed Jan 20 07:28:54 UTC 2021
The branch main has been updated by mjg:
URL: https://cgit.FreeBSD.org/src/commit/?id=aae03cfe648979e4d80b8ffc7d6fdf1556b9429d
commit aae03cfe648979e4d80b8ffc7d6fdf1556b9429d
Author: Mateusz Guzik <mjg at FreeBSD.org>
AuthorDate: 2021-01-20 07:22:04 +0000
Commit: Mateusz Guzik <mjg at FreeBSD.org>
CommitDate: 2021-01-20 07:22:04 +0000
cache: whitespace nit in cache_fplookup_modifying
---
sys/kern/vfs_cache.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
More information about the dev-commits-src-all
mailing list