cvs commit: src/sys/kern kern_objcache.c
Nicolas Thery
nthery at gmail.com
Sun Jan 27 14:52:38 PST 2008
2008/1/27, Simon 'corecode' Schubert <corecode at fs.ei.tum.de>:
> Nicolas Thery wrote:
> > Turn allobjcaches into double-linked list for fast removal.
>
> Not that it matters, but: Is fast removal important? How often does an
> objcache get removed?
You're right it's not important. s/fast/easy to code/ :-)
There are about 15 objcaches in the system currently (and another 25
or so if we change zones into objcaches), so I think adding a prev
pointer to struct objcache is ok.
More information about the Commits
mailing list