Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jul 1999 17:03:16 -0700 (PDT)
From:      Matthew Dillon <dillon@apollo.backplane.com>
To:        Julian Elischer <julian@whistle.com>
Cc:        David Greenman <dg@root.com>, freebsd-hackers@FreeBSD.ORG, freebsd-current@FreeBSD.ORG
Subject:   Re: Heh heh, humorous lockup 
Message-ID:  <199907080003.RAA95132@apollo.backplane.com>
References:   <Pine.BSF.3.95.990707165417.23943X-100000@current1.whistle.com>

next in thread | previous in thread | raw e-mail | index | archive | help
:or do what Kirk wants to do and merge the VM and Vnode structures
:I belive the UVM does a bit in this direction due to kirk's influence.
:
:julian

    If this could result in a smaller overall structure, it may be worth it.
    To really make the combined structure smaller we would also have to 
    pair-down the fields in both structures.  For example, the vnode structure
    contains a lot of temporary clustering fields that could be removed
    entirely if clustering operations are done at the time of the actual I/O
    rather then before hand ( which leads to other problems related to 
    low-memory deadlocks :-(... but assuming that could be fixed... ).

						-Matt


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907080003.RAA95132>