summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_cache.c
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2012-01-15 18:08:15 +0000
committermm <mm@FreeBSD.org>2012-01-15 18:08:15 +0000
commit262107130996e0ed96134f31a40f5b371b0af705 (patch)
treeb43c2cdd62c2271ef1d37669dc31e3919c1f7ebb /sys/kern/vfs_cache.c
parent0c3c0d072d084125763c899a3c6753a59d028eb8 (diff)
downloadFreeBSD-src-262107130996e0ed96134f31a40f5b371b0af705.zip
FreeBSD-src-262107130996e0ed96134f31a40f5b371b0af705.tar.gz
Fix missing in r230129:
kern_jail.c: initialize fullpath_disabled to zero vfs_cache.c: add missing dot in comment Reported by: kib MFC after: 1 month
Diffstat (limited to 'sys/kern/vfs_cache.c')
-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 9783e80..e4de804 100644
--- a/sys/kern/vfs_cache.c
+++ b/sys/kern/vfs_cache.c
@@ -1291,7 +1291,7 @@ vn_commname(struct vnode *vp, char *buf, u_int buflen)
* vnode is left locked and path remain untouched.
*
* If vp is a directory, the call to vn_fullpath_global() always succeeds
- * because it falls back to the ".." lookup if the namecache lookup fails
+ * because it falls back to the ".." lookup if the namecache lookup fails.
*/
int
vn_path_to_global_path(struct thread *td, struct vnode *vp, char *path,
OpenPOWER on IntegriCloud