Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 06 Jun 2001 01:20:19 -0700
From:      Marvin McNett <mmcnett@cs.ucsd.edu>
To:        freebsd-hackers@freebsd.org
Subject:   vm_object question/verification
Message-ID:  <3B1DE7C3.C3CDF044@cs.ucsd.edu>

next in thread | raw e-mail | index | archive | help
I'm confused (and probably wrong), but does the 'shadow_head' field of
the vm_object structure really refer to a list of objects that the
object shadows (as mentioned in the comment)?  Looking at  the
vm_object_shadow() function (vm/vm_object.c, line 894 in 4.3), it looks
like it's the other way around; ie. shadow_head refers to a list of
objects which shadow the object.

Thank you to anyone who could verify this for me.

-Marvin


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




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