Date: Wed, 20 Jan 2021 07:28:54 GMT From: Mateusz Guzik <mjg@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: aae03cfe6489 - main - cache: whitespace nit in cache_fplookup_modifying Message-ID: <202101200728.10K7SsfV047202@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=aae03cfe648979e4d80b8ffc7d6fdf1556b9429d commit aae03cfe648979e4d80b8ffc7d6fdf1556b9429d Author: Mateusz Guzik <mjg@FreeBSD.org> AuthorDate: 2021-01-20 07:22:04 +0000 Commit: Mateusz Guzik <mjg@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101200728.10K7SsfV047202>