diff options
| author | Mateusz Guzik <mjg@FreeBSD.org> | 2020-12-28 02:05:30 +0000 |
|---|---|---|
| committer | Mateusz Guzik <mjg@FreeBSD.org> | 2020-12-28 02:05:30 +0000 |
| commit | 4ab7d9f484bc8981e11d644858d3b327aa082d22 (patch) | |
| tree | 46e7314da191f9995d53ef53a6c2356d09c85861 | |
| parent | 0714f921cdcc10367f258134a30eed6e5384374c (diff) | |
| -rw-r--r-- | sys/kern/vfs_cache.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/vfs_cache.c b/sys/kern/vfs_cache.c index 83227a9b70a8..4513e4dc970f 100644 --- a/sys/kern/vfs_cache.c +++ b/sys/kern/vfs_cache.c @@ -4629,7 +4629,7 @@ cache_fplookup_cross_mount(struct cache_fpl *fpl) mp = atomic_load_ptr(&vp->v_mountedhere); if (__predict_false(mp != NULL)) { /* - * There are possibly more mount points stack on top. + * There are possibly more mount points on top. * Normally this does not happen so for simplicity just start * over. */ @@ -4642,7 +4642,7 @@ cache_fplookup_cross_mount(struct cache_fpl *fpl) } /* - * Check if a vnode mounted on. + * Check if a vnode is mounted on. */ static bool cache_fplookup_is_mp(struct cache_fpl *fpl) |
