diff options
author | Pedro Martelletto <pedro@cvs.openbsd.org> | 2005-12-14 22:03:02 +0000 |
---|---|---|
committer | Pedro Martelletto <pedro@cvs.openbsd.org> | 2005-12-14 22:03:02 +0000 |
commit | 13396ef0634105d73a7d97c2a6a977dab74e096c (patch) | |
tree | 1e093a3720097ce659e000c2cea042cfabd8708b /share/man/man9/malloc.9 | |
parent | fc77a9726fc0b692bc240dd791c6d39df8f01157 (diff) |
Make ext2fs use a memory pool to allocate inodes, okay tedu@
Diffstat (limited to 'share/man/man9/malloc.9')
-rw-r--r-- | share/man/man9/malloc.9 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9 index 791794c7c51..818fe1b93c9 100644 --- a/share/man/man9/malloc.9 +++ b/share/man/man9/malloc.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: malloc.9,v 1.35 2005/08/18 14:32:23 dlg Exp $ +.\" $OpenBSD: malloc.9,v 1.36 2005/12/14 22:03:00 pedro Exp $ .\" $NetBSD: malloc.9,v 1.2 1996/10/30 05:29:54 lukem Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -226,8 +226,6 @@ ADOSFS mount structures. ADOSFS anode structures and tables. .It Dv M_ADOSFSBITMAP ADOSFS bitmap. -.It Dv M_EXT2FSNODE -EXT2FS vnode private part. .It Dv M_PFKEY Pfkey data. .It Dv M_TDB |