:> needed, or simply start allocating vop_t vectors large enough to hold
:> every vnode operation we know about. Or maybe some VFS guru can
:> propose a better strategy?
:
:Good work!
:
:I was about to say:
:  "why don't you just traverse the system wide list of vnodes
:   and fixup the pointers?"
:Then I realized that there doesn't seem to be a system wide list... :(
:
:You could add one, it would be trivial to add a TAILQ_ENTRY to the
:vnode strcture as well as add/remove the nodes from
:the list in the vnode allocation and deallocation code.
:
:Feel ambitious? :)
:
:-Alfred

    Unless I am missing something, vnodes hang off their mount points.  
    So, effectively, there is a system-wide list.

                                        -Matt
                                        Matthew Dillon 
                                        <[EMAIL PROTECTED]>

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to