diff options
author | 2007-06-21 12:05:14 +0000 | |
---|---|---|
committer | 2007-06-21 12:05:14 +0000 | |
commit | 72f1100f3c72ca49917e04dce648521f87c995e3 (patch) | |
tree | 34ddf7ce0f623831f3d562507ff0502809e4f86c | |
parent | reimplement interface bound states in a non-retarded way. (diff) | |
download | wireguard-openbsd-72f1100f3c72ca49917e04dce648521f87c995e3.tar.xz wireguard-openbsd-72f1100f3c72ca49917e04dce648521f87c995e3.zip |
english, okay jmc@
-rw-r--r-- | sys/kern/vfs_cache.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/kern/vfs_cache.c b/sys/kern/vfs_cache.c index aa5978fc664..c8c19b2098f 100644 --- a/sys/kern/vfs_cache.c +++ b/sys/kern/vfs_cache.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vfs_cache.c,v 1.24 2007/05/30 04:27:42 beck Exp $ */ +/* $OpenBSD: vfs_cache.c,v 1.25 2007/06/21 12:05:14 pedro Exp $ */ /* $NetBSD: vfs_cache.c,v 1.13 1996/02/04 02:18:09 christos Exp $ */ /* @@ -89,10 +89,9 @@ struct pool nch_pool; u_long nextvnodeid; /* - * Look for a the name in the cache. We don't do this - * if the segment name is long, simply so the cache can avoid - * holding long names (which would either waste space, or - * add greatly to the complexity). + * Look for a name in the cache. We don't do this if the segment name is + * long, simply so the cache can avoid holding long names (which would + * either waste space, or add greatly to the complexity). * * Lookup is called with ni_dvp pointing to the directory to search, * ni_ptr pointing to the name of the entry being sought, ni_namelen |