DragonFly kernel List (threaded) for 2004-08
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: VFS ROADMAP (and vfs01.patch stage 1 available for testing)
On Thu, Aug 12, 2004 at 06:19:40PM -0700, Matthew Dillon wrote:
> This patch rips out the nearly unreadable and hugely inlined VOP
> operations vector code and replaces it with a fixed structure and
> wrapper procedures.
Have you thought about using the kobj framework instead? It would might
make the invidiual call a bit slower (hash table lookup + comparison +
indirect call vs. array lookup + indirect call), but it could make
the system more extensible and possible less error prone e.g. for third
party modules.
I have to think about the rest of the mail today :)
Joerg
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]