diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2008-08-29 08:57:29 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2008-08-29 08:57:29 +0000 |
commit | 7884df5bb388a263acd05cc232fd2ea4148b9f10 (patch) | |
tree | bd3460feb2fcc0e0e1bd8e2f1d0c97cbb9f34ae7 /sys | |
parent | 29acaf7600e91b819ee859e4d1a4eb9a6ebc7c66 (diff) |
fix comment: we use a pool for namei, so malloc considerations do not
apply; ok jsg@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/namei.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/sys/namei.h b/sys/sys/namei.h index 05e8ea07e08..4a4dce1851c 100644 --- a/sys/sys/namei.h +++ b/sys/sys/namei.h @@ -1,4 +1,4 @@ -/* $OpenBSD: namei.h,v 1.21 2008/07/05 12:56:52 thib Exp $ */ +/* $OpenBSD: namei.h,v 1.22 2008/08/29 08:57:28 otto Exp $ */ /* $NetBSD: namei.h,v 1.11 1996/02/09 18:25:20 christos Exp $ */ /* @@ -150,9 +150,7 @@ struct nameidata { /* * This structure describes the elements in the cache of recent - * names looked up by namei. NCHNAMLEN is sized to make structure - * size a power of two to optimize malloc's. Minimum reasonable - * size is 15. + * names looked up by namei. */ #define NCHNAMLEN 31 /* maximum name segment length we bother with */ |