2008/1/27, Simon 'corecode' Schubert <[EMAIL PROTECTED]>: > 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.
